R/qd_categories.R

Defines functions qd_categories

Documented in qd_categories

#' @title valid quick draw category
#' @return vector of valid quick draw category
#' @details The source is: [raw_data](https://raw.githubusercontent.com/googlecreativelab/quickdraw-dataset/master/categories.txt)
#' @export
qd_categories <- function() {
  readLines(system.file("extdata", "categories.txt", package = "quickdraw"))
}
huizezhang-sherry/quickdraw documentation built on July 17, 2020, 8:40 a.m.