R/bulk_uploads.R
add_keywords.Rd
Replaces Keywords from a DataStore reference with one or more supplied keywords
add_keywords(reference_id, keywords, dev = TRUE)
Integer. The seven-digit DataStore ID for the reference
String or Vector. The keywords to be added to the DataStore reference.
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.
NULL (invisibly)
if (FALSE) { # \dontrun{
add_keywords(reference_id = 1234567, keywords = c("test", "testing"))} # }