Extract the bibliographic info from www.fishbase.org.
Source:R/get-ref-fishbase.R
get_ref_fishbase.RdExtract bibliographic information for growth parameters (linf, k, t0) from www.fishbase.org
Examples
if (FALSE) { # \dontrun{
df <- get_growth_fishbase("Scyliorhinus canicula")
df$data_ref[df$data_ref == df$main_ref] <- NA
df <- tidyr::gather_(data = df,
key_col = "ref_type",
value_col = "ref_id",
gather_cols = c("main_ref", "data_ref"), na.rm = TRUE)
ref_id <- unique(df$ref_id)
get_ref_fishbase(ref_id)
} # }