extract_data: Request data records directly from their ID

Description Usage Arguments Value Examples

View source: R/GetInformation.R

Description

Request data records directly from their ID

Usage

1
extract_data(ids, save_file = FALSE)

Arguments

ids

a character vector of ID's that identify each data point

save_file

Logical. Choose whether or not to save the data in an external .Rdata file in the working directory. Default: FALSE.

Value

A data frame with the same rows as the number of ID's containing the data values for that specific ID.

Examples

1
2
3
4
## Not run: 
extract_data("35444654")

## End(Not run)

timriffe/DDSQLtools documentation built on Oct. 6, 2021, 5:34 p.m.