nwos_export | R Documentation |
Exports NWOS data and metadata as CSVs, in multiple formats.
nwos_export(x, dir = "~", format = "wide", imputations = "none")
x |
is a nwos.object |
dir |
is the directory to export to |
format |
is a character string containing the values 'wide','long', or 'full' |
imputations |
is string containing which imputation set is to be used in place of non-response, if any. Valid responses are "none","random","1","2","3","4","5" |
a data.frame
nwos_export(foo,dir='~',format='long',imputations="1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.