Description Usage Arguments Source Examples
Creates skeleton README files with sections for
a high-level description of the package and its goals
R code to install from GitHub, if GitHub usage detected
a basic example
Use Rmd
if you want a rich intermingling of code and data. Use
md
for a basic README. README.Rmd
will be automatically
added to .Rbuildignore
. The resulting README is populated with default
YAML frontmatter and R fenced code blocks (md
) or chunks (Rmd
).
1 | iqss_use_readme_rmd(base_path = ".")
|
base_path |
Path to package root. |
Modified from usethis
1 2 3 4 | ## Not run:
iqss_use_readme_rmd()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.