mread_csv: mread_csv function

Description Usage Arguments Value Examples

Description

ver: 0.1.0.

Author: Dien Giau Bui (aka Richard)

This load all .csv file in a folder, filter based on conditions, then rbind (i.e., rows combine) together

Usage

1
mread_csv(location, condition = "")

Arguments

location

an address of .csv files

condition

the condition of the filter

Value

a data.frame

Examples

1
mread_csv("home/", x > 0)

diengiau/rifin documentation built on May 6, 2019, 6:01 p.m.