proj_use_description | R Documentation |
To create a DESCRIPTION
file for your existing project, this function calls
usethis::use_description()
and, optionally, proj_update_deps()
to
update the package-dependency declaration.
proj_use_description(fields = list(), update_deps = TRUE)
fields |
A named list of fields to add to |
update_deps |
|
Invisible NULL
, called for side effects.
# not run because it produces side effects if (FALSE) { proj_use_description() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.