Description Usage Arguments Value Examples
Initialize DESCRIPTION.
1 |
pkgname |
Name of the package |
email |
Email address for the package author |
title |
Package title |
description |
Description of the R package. |
DESCRIPTION file populated with default and user-supplied values.
1 2 3 4 5 | ## Not run:
fill_desc("mypackage", "example@example.com", "An example R package",
"This is an example R package.")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.