gs_cattle: gs_cattle

Description Usage Arguments Examples

View source: R/gs_cattle.R

Description

read_cattle for google spread sheet file

Usage

1
gs_cattle(path, drop.zero = FALSE, add = FALSE)

Arguments

path

google spread sheet file.

drop.zero

remove the dataset that milk yeild == 0.

add

add some columns for additional analysis.

Examples

1
2
df <- googlesheets::gs_title("example") %>% googlesheets::gs_read()
gs_cattle(path = df, drop.zero = TRUE)

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