knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%" )
This package is a wrapper around patentsView package to help students obtain the data in a tidy format.
You can install the latest version of ditiHelper package from Github with:
``` {r eval = FALSE}
remotes::install_github("R3myG/ditiHelper")
## Examples ### Get data ```r query <- patentsview::with_qfuns( or( text_all(patent_title = "artificial intelligence"), text_all(patent_abstract = "artificial intelligence") ) ) all_dat_patents <- get_patents_data(query)
get_inventors_df(all_dat_patents)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.