Downloads an HTML with the results obtained from
querying a dataset of all first degree lawsuits and then one
HTML for each page of results (at most max_page
pages). query
should be the string to look for in the lawsuits and clases
,
courts
, etc. should be the filtering parameters (make sure
to use cjpg_table()
to get lists of all valid codes for these
arguments).
download_cjpg(query, path = ".", classes = "", subjects = "", courts = "", date_start = "", date_end = "", min_page = 1, max_page = 1, cores = 1, tj = "tjsp")
query | Character vector with search query |
---|---|
path | Path to directory where to save HTMLs |
classes | Character vector with class IDs (see |
subjects | Character vector with subject IDs (see |
courts | Character vector with court IDs (see |
date_start | Lower bound for date |
date_end | Upper bound for date |
min_page | First page of results to download |
max_page | Last page of results to download |
cores | The number of cores to be used when downloading |
tj | TJ from which to get data (only works with TJSP for now) |
A character vector with the paths to the downloaded files