writeDescription | R Documentation |
Overwrite the description file of a package
writeDescription(package, path, newfile, trace = TRUE)
package |
the name of the package |
path |
the path to the directory containing the package |
newfile |
the content of the new description file |
trace |
should the execution of the function be traced |
## Not run:
file <- readDescription("butils", path = pathGitHub())
writeDescription("butils", path = pathGitHub(), file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.