get_class_info.RdRetrieve U.S. patent Class definitions and subclasses from USPTO Classification Resources.
get_class_info(code, dir = tempdir())A vector of USPC classification symbols (e.g., D14).
Directory in which to save results.
A list with an entry for class and description for the entered code, and subclasses
containing a data.frame with a subclass (the subclass code) and description column.
if (FALSE) {
classifications <- get_class_info(c(428, 429))
}