Skip to content

Commit

Permalink
Merge pull request #49 from inbo/florabank_query
Browse files Browse the repository at this point in the history
Florabank query
  • Loading branch information
hansvancalster authored Jul 3, 2019
2 parents ab4e305 + f7339d8 commit c36ca04
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Imports:
assertthat,
DBI,
dplyr,
glue,
httr,
iterators,
lazyeval,
Expand All @@ -36,6 +37,7 @@ Imports:
sp,
sf,
stats,
stringr,
tibble,
tidyr,
tidyselect
Expand Down
17 changes: 17 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export(connect_inbo_dbase)
export(csv_to_sqlite)
export(df_factors_to_char)
export(download_knmi_data_hour)
export(florabank_observations)
export(florabank_taxon_ifbl_year)
export(florabank_traits)
export(gbif_species_name_match)
export(guess_projection)
export(plot_coordinates_on_map)
Expand All @@ -32,16 +35,30 @@ importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_each_)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,quo)
importFrom(dplyr,rename)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,select_if)
importFrom(dplyr,sql)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(glue,glue_sql)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(iterators,ireadLines)
Expand Down
Loading

0 comments on commit c36ca04

Please sign in to comment.