| clean_IGRA | R Documentation | 
Turn NCDC raw igra data into R dataframe
clean_IGRA(path, type = "file")
path | 
 character strings; Path to a file or folder.  | 
type | 
 character strings; either 'file' or 'folder'.  | 
a dataframe if type == 'file'; a list of dataframes if type == 'folder'.
## Not run: 
data0 <- clean_IGRA('inst//extdata//v1//61902.y2d')
data1 <- clean_IGRA('inst//extdata//v1', type = 'folder')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.