Description Usage Arguments Examples
View source: R/read_cattle_all.R
This import the multiple cattle data from http://www.aiak.or.kr. please locate the xls files in the working directory.
1 | read_cattle_all(drop.zero = TRUE, add = TRUE)
|
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. |
1 2 | read_cattle_all(drop.zero = TRUE)
read_cattle_all(drop.zero = FALSE, add = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.