add_another_keyword differs from add_keywords in that it does not replace the existing set of keywords but instead just adds one (or more - haven't tested multiple keywords yet) to the reference.

add_keyword(reference_id, keyword, dev = TRUE)

Arguments

reference_id

String. Integer. A DataStore reference ID to have keywords added to.

keyword

String. The keyword to be added

dev

Logical. Whether the operation occur on the development or production server. Defaults to TRUE (development server)

Value

NULL (invisibly)

Examples

if (FALSE) { # \dontrun{
add_keyword(1234567, "Ants")} # }