pv_import | R Documentation |
Import a PatentsView data table from pv_download()
.
pv_import(path = NULL, meta_path = NULL, save_as = NULL, dest = NULL)
path |
path to file to import |
meta_path |
path to metadata file to validate nrows after import |
save_as |
file type to save as: "rds", "rda", "qs", "csv", "parquet" |
dest |
destination for save_as, defaults to working directory |
The function uses the vroom package to import tab separated files downloaded from the PatentsView data download site.
data.frame
## Not run: applications <- pv_import("grants/application.tsv.zip", meta_path = "grants/meta_grants.rds", save_as = ".qs", dest = "grants") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.