read_input_file {nestAbund2}R Documentation

reads input file (comma-separated values)

Description

reads input file (comma-separated values)

Usage

read_input_file(fName = NULL)

Arguments

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:

Details

Peron, G., J. Walker, J. Rotella and J.D. Nichols. Estimating nest abundance while accounting for time-to-event processes and imperfect detection.

Author(s)

Guillaume Peron and James Hines

See Also

nestAbund.runmod, nestAbund.sim, codenestAbund.gui

Examples

   ## Not run: 
    read_input_file('sample_data2.csv') #
   
## End(Not run)


[Package nestAbund2 version 0.1.0 Index]