crantastic.tag {crantastic}R Documentation

Tag a package on crantastic

Description

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

Usage

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

## 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")

[Package crantastic version 0.1 Index]