dataclean: read csv file from USDA site and clean up.

View source: R/clean.R

datacleanR Documentation

read csv file from USDA site and clean up.

Description

read csv file from USDA site and clean up.

Usage

dataclean(url)

Arguments

url

the csv file path.

Value

cleaned data.

Author(s)

Zirou Zhou

Examples

file <-dataclean("https://www.ers.usda.gov/webdocs/DataFiles/48747/Unemployment.csv")
str(file)

zzhou93/unemployedR documentation built on May 14, 2022, 4:54 p.m.