read_input_file {nestAbund2} | R Documentation |
reads input file (comma-separated values)
read_input_file(fName = NULL)
fname |
A comma-separated value (.csv) formatted file containing input data. See sample_data2.csv for variable names. Variable names must be on the 1st line of the file and match the case of these: |
Peron, G., J. Walker, J. Rotella and J.D. Nichols. Estimating nest abundance while accounting for time-to-event processes and imperfect detection.
Guillaume Peron and James Hines
nestAbund.runmod
, nestAbund.sim
, codenestAbund.gui
## Not run: read_input_file('sample_data2.csv') # ## End(Not run)