Skip to content

Commit

Permalink
ADds video
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Jul 3, 2024
1 parent 5fcdf18 commit ff65977
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Sys.setenv(LANGUAGE = "es")

Now `base::mean()`'s help page will be displayed in Spanish.

https://github.com/eliocamp/rhelpi18n/assets/8617595/be3038dd-ac53-4fa7-a0bf-51a5de9a91bf

<video style="max-height:640px; min-height: 200px" controls>
<source src="https://github.com/eliocamp/rhelpi18n/assets/8617595/be3038dd-ac53-4fa7-a0bf-51a5de9a91bf" type="video/mp4">
</video>

This will work with the HTML documentation displayed by R GUIs like RStudio, as well as with text documentation displayed by R in the console.

Expand Down

0 comments on commit ff65977

Please sign in to comment.