ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

Update the default "possible_args" variable in browse function #12

Closed bibsian closed 7 years ago

bibsian commented 7 years ago

Add studystartyr & studyendyr to defaults.

bochocki commented 7 years ago

Added studystartyr and studyendyr. possible_args() is currently:

possible_args = function(){ 
  return(c("title","proj_metadata_key","lterid",
           "datatype","studytype",
           "duration_years", "community", "studystartyr", "studyendyr",
           "structured_type_1","structured_type_2","structured_type_3","structured_type_4",
           "treatment_type_1","treatment_type_2","treatment_type_3",
           "lat_lter","lng_lter",
           "taxonomy"))
           #"species","kingdom","phylum","class","order","family","genus"))
}