patent_scraping.Rd
FUNCTION_DESCRIPTION
Scraping data from google patents
Google Patents URL
Path do save patent data (csv's) from google patents, Default: NULL
Tables to be extracted, Default: c("abstract", "claims", "cited_by", "patent_citations", "ipc")
logical, Default: FALSE
OUTPUT_DESCRIPTION
OUTPUT_DESCRIPTION
DETAILS
DETAILS
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}
if (FALSE) {
if(interactive()){
# The tables: abstract.csv, claims.csv, cited_by.csv, patent_citations.csv and ipc.csv are
# saved in the rawfiles_pantents/ directory.
patent_scraping(url = 'https://patents.google.com/patent/US10780391B2/en',
directory = 'rawfiles_pantents',
tables = c('abstract', 'claims', 'cited_by', 'patent_citations', 'ipc'),
show_progress = FALSE)
}
}