read_DESCRIPTION_zip | R Documentation |
Read DESCRIPTION file from package
read_DESCRIPTION_zip(fn)
read_DESCRIPTION_tar(fn)
fn |
Path to either zip, tar.gz or tgz file. |
List-object with contents of DESCRIPTION file.
package <- system.file('extdata/microCRAN_0.1.0.zip',
package='microCRAN', mustWork=TRUE)
read_DESCRIPTION_zip(package)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.