https://github.com/ropensci/rfishbase
Raw File
Tip revision: 3c44ce068f594ded3db1176bb5f660ac463e3eae authored by Carl Boettiger on 01 June 2023, 18:57:17 UTC
slb 23.05
Tip revision: 3c44ce0
NAMESPACE
# Generated by roxygen2: do not edit by hand

export("%>%")
export(available_releases)
export(brains)
export(c_code)
export(common_names)
export(common_to_sci)
export(country)
export(countrysub)
export(countrysubref)
export(db_dir)
export(db_disconnect)
export(diet)
export(diet_items)
export(distribution)
export(docs)
export(ecology)
export(ecosystem)
export(estimate)
export(faoareas)
export(fb_conn)
export(fb_import)
export(fb_tables)
export(fb_tbl)
export(fecundity)
export(fishbase_pane)
export(fooditems)
export(genetics)
export(introductions)
export(larvae)
export(length_freq)
export(length_length)
export(length_weight)
export(load_taxa)
export(maturity)
export(morphology)
export(morphometrics)
export(occurrence)
export(oxygen)
export(popchar)
export(popgrowth)
export(poplf)
export(popll)
export(poplw)
export(popqb)
export(predators)
export(ration)
export(references)
export(reproduction)
export(sci_to_common)
export(spawning)
export(species)
export(species_by_ecosystem)
export(species_list)
export(species_names)
export(speed)
export(stocks)
export(swimming)
export(synonyms)
export(validate_names)
importFrom(dbplyr,translate_sql)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,enquo)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,sym)
importFrom(fs,dir_create)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(magrittr,`%>%`)
importFrom(methods,as)
importFrom(methods,is)
importFrom(progress,progress_bar)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(readr,read_csv)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(stringr,str_extract)
importFrom(stringr,str_to_lower)
importFrom(tools,R_user_dir)
importFrom(utils,data)
importFrom(utils,globalVariables)
importFrom(utils,lsf.str)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
back to top