Description Usage Arguments Value Examples
View source: R/function_getData.R
getData
queries the wwhypda database according to specifications
of site name, rock type, and parameter of interest and returns data as a dataframe.
1 2 |
rockType |
a character indicating rock type. if left blank, data from all rock types returned. |
param |
a character indicating parameter. if left blank, data from all parameters returned. |
site |
the name of the site from which data are available. if left blank, data from all site returned. |
viewInfo |
logical; if TRUE, calls viewInfor(), returns list of rock types, parameters, and sites |
data queried from the wwhypda database as a dataframe
1 | my_data <- getData(rockType = "Sandstone, channel", param = "porosity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.