tag: Tag a package on crantastic

Description Usage Arguments Examples

Description

Tag a package on crantastic right from your R console. Consult http://crantastic.org/tags for a list of existing tags.

Usage

1
crantastic.tag(package, tags)

Arguments

package

a string containing the name of the package you wish to tag.

tags

a comma-separated string consisting of tag names (no spaces are allowed in the tag names).

Examples

1
2
3
4
5
## tag ggplot2 with the graphics tag
## Not run: crantastic.tag("ggplot2", "graphics")

## tag languageR with the nlp, linguistics, and language tags
## Not run: crantastic.tag("languageR", "nlp, linguistics, language")

crantastic documentation built on May 2, 2019, 5:39 a.m.

Related to tag in crantastic...