read_cattle_all: read_cattle_all

Description Usage Arguments Examples

View source: R/read_cattle_all.R

Description

This import the multiple cattle data from http://www.aiak.or.kr. please locate the xls files in the working directory.

Usage

1
read_cattle_all(drop.zero = TRUE, add = TRUE)

Arguments

drop.zero

remove the dataset that milk yeild == 0.

add

add some columns for additional analysis.

path

path to the xls/xlsx/csv/txt file.

Examples

1
2
read_cattle_all(drop.zero = TRUE)
read_cattle_all(drop.zero = FALSE, add = TRUE)

adatalab/dairyCattle documentation built on Oct. 4, 2020, 11:07 p.m.