R/tags.R

Defines functions make_tags

make_tags = function(tags, author = getOption("plearn.author", "author-unknown")) {
  unique(c(tags, author))
}
illinois-r/plearn documentation built on Feb. 12, 2020, 11:21 a.m.