oblarquez / paleofire

paleofire package
13 stars 2 forks source link

pfAddData - include SITE_ID column in input file? #1

Closed jmarlon closed 9 years ago

jmarlon commented 10 years ago

If I try to add a site with three columns "DEPTH", "EST_AGE", "QUANTITY", I get the error "Error in colnames(all_data) = c("ID_SITE", "DEPTH", "EST_AGE", "QUANTITY") : object 'all_data' not found", maybe because it is looking for ID_SITE. However the help file says only three columns are needed.