gitr_checkout()
checks out a file when askedCode
gitr_checkout(file = "DESCRIPTION")
Output
Running git ls-files
Running git checkout DESCRIPTION
Updated 0 paths from the index
Code
gitr_checkout(file = files)
Output
Running git ls-files
Running git checkout NAMESPACE DESCRIPTION NEWS.md README.Rmd
Updated 4 paths from the index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.