Description Usage Arguments Value
This function dump the content of a tarball containing an R package into a tibble.
1 | read_tarball(tarball_path, verbose = FALSE, clean_up = TRUE)
|
tarball_path |
string, path to a tarball in .tar.gz. |
verbose |
boolean, display debug info. |
clean_up |
boolean, remove extracted files. |
a tibble with the source code of all R files, DESCRIPTION and NAMESPACE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.