Replaces Keywords from a DataStore reference with one or more supplied keywords

add_keywords(reference_id, keywords, dev = TRUE)

Arguments

reference_id

Integer. The seven-digit DataStore ID for the reference

keywords

String or Vector. The keywords to be added to the DataStore reference.

dev

Logical. Defaults to TRUE. FALSE means files will be uploaded to the production server. TRUE means files will be uploaded to the development server. Use Dev = TRUE when testing the function.

Value

NULL (invisibly)

Examples

if (FALSE) { # \dontrun{
add_keywords(reference_id = 1234567, keywords = c("test", "testing"))} # }