Nothing
git_checkout()
checks out a file when askedCode
git_checkout(file = "DESCRIPTION")
Output
Running git ls-files
Running git checkout DESCRIPTION
Updated 0 paths from the index
Code
git_checkout(file = files)
Output
Running git ls-files
Running git checkout NAMESPACE DESCRIPTION NEWS.md README.Rmd
Updated 4 paths from the index
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.