Created
November 16, 2018 16:56
-
-
Save muschellij2/e9713c69fb92856db46785454e19a58b to your computer and use it in GitHub Desktop.
rsciinema Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rsciinema) | |
data = asciicast( "# a comment\niris %>% \n dplyr::group_by(Species) %>%\n dplyr::summarise_all(mean)" ) | |
tfile= tempfile(fileext = ".cast") | |
write_asciicast(data, tfile) | |
asciinema( tfile ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment