View source: R/pkg_description.R
create_pkg_desc_file | R Documentation |
Create package description file
create_pkg_desc_file( path = "DESCRIPTION", source = c("archive", "github", "git"), url, out.dir, to = c("html", "markdown", "raw"), edit = TRUE )
path |
Path to description file |
source |
Will the package be delivered as archive, from github or from another git? |
url |
url of the repository if not in URL in DESCRIPTION. Used when source is github or git. |
out.dir |
Path to save output file |
to |
Format to convert to. "html", "markdown" or "raw" text |
edit |
Logical. Whether to open file for edition |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.