nestAbund.readcsv {nestAbund2} | R Documentation |
reads input file (comma-separated values)
nestAbund.readcsv(fName = NULL)
fName |
comma-separated value (.csv) formatted file containing input data. |
For input file, variable names must be on the 1st line of the file and match the case of these:
NestID,
FirstFound,
LastPresent,
LastChecked
Fate
Freq
Site
Cattle
Initial.Discovery.Time
Robel
AgeFound
AgeDay1
Max.Clutch.Size
Species
nestAbund.runmod
, nestAbund.sim
, nestAbund.gui
nestAbund.readcsv('sample_data2.csv')