crantastic.tag {crantastic} | R Documentation |
Tag a package on crantastic right from your R console. Consult http://crantastic.org/tags for a list of existing tags.
crantastic.tag(package, tags)
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). |
## 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")