Function takes csv file and converts is to saved object

writedata(filename)

Arguments

filename

A file location (csv file) with births and deaths of each animal

Examples

if (FALSE) {
writedata("inst/extdata/whaleData_08-06-2018.csv")
}