Skip to content

Commit

Permalink
possible_args() updates
Browse files Browse the repository at this point in the history
included "studystartyr" and "studyendyr" (details here: #12 (comment))
  • Loading branch information
bochocki committed Mar 12, 2017
1 parent c4d1c3c commit 031ec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/browse.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ select_by_criteria <- function(x,criteria){
possible_args = function(){
return(c("title","proj_metadata_key","lterid",
"datatype","studytype",
"duration_years", "community",
"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",
Expand Down

0 comments on commit 031ec53

Please sign in to comment.