Search for CIS timeseries
search_series.Rd
Searches for CIS timeseries using the CIS search engine.
Usage
search_series(
search_terms = NULL,
subject_code = NULL,
since_date = NULL,
until_date = NULL,
series_code = NULL,
since_series_code = NULL,
until_series_code = NULL
)
Arguments
- search_terms
A string with the search terms.
- subject_code
A string (or a character vector if more than one) with the subject code. The subject code corresponds to the values of the
dmindex
column in the data.frame output of theget_series_category()
function.- since_date
A string with the start date of the search in '%d-%m-%Y' format.
- until_date
A string with the end date of the search in '%d-%m-%Y' format.
- series_code
A string with the series code wanted. The series code corresponds to the values of the
dmvariable
column in the data.frame output of theget_series_category()
function.- since_series_code
A string with the first series code wanted. The series code corresponds to the values of the
dmvariable
column in the data.frame output of theget_series_category()
function.- until_series_code
A string with the last series code wanted. The series code corresponds to the values of the
dmvariable
column in the data.frame output of theget_series_category()
function.