Advertisement
Guest User

Untitled

a guest
Dec 25th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ```{r eval=FALSE}
  2. devtools::install_github("ropensci/gistr")
  3. library(gistr)
  4. # まず認証が必要
  5. gist_auth()
  6. # あとは
  7. file <- system.file("examples", "stuff.Rmd", package = "gistr")
  8. gist_create(file, description='a new cool gist', knit=TRUE)
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement