fake_repo | R Documentation |
A fake repository allows to create reproducible examples for this package functions
fake_repo(path = tempfile(pattern = "git2r-"), as.package = FALSE)
path |
Path to fake repository |
as.package |
Logical. Whether to add R/ and vignettes/ directories to fake a package |
Character. Path of a fake repository used for reproducible examples. Fake repository contains a few files with an initiated git repository.
# Fake repository with git fake_repo() # Fake repository that looks like package with git fake_repo(as.package = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.