View source: R/parturition_tbl.R
A time table for parturition of herd.
1 | parturition_tbl(data, year = NULL, month = NULL)
|
1 2 3 | df <- dairyCattle::read_cattle("cattle_data.xls", drop.zero = FALSE, add = TRUE)
parturition_tbl(data = df)
parturition_tbl(data = df, year = 2018, month = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.