clean_IGRA: Turn NCDC raw igra data into R dataframe

View source: R/interface.R

clean_IGRAR Documentation

Turn NCDC raw igra data into R dataframe

Description

Turn NCDC raw igra data into R dataframe

Usage

clean_IGRA(path, type = "file")

Arguments

path

character strings; Path to a file or folder.

type

character strings; either 'file' or 'folder'.

Value

a dataframe if type == 'file'; a list of dataframes if type == 'folder'.

Examples

## Not run: 
data0 <- clean_IGRA('inst//extdata//v1//61902.y2d')
data1 <- clean_IGRA('inst//extdata//v1', type = 'folder')

## End(Not run)

kcf-jackson/cleanIGRA documentation built on Jan. 10, 2023, 11:17 p.m.