rfishbase
rfishbase copied to clipboard
Joining, by = "C_Code"
Not sure this is really an issue but when accessing the country
table i get this message.
Joining, by = "C_Code"
While it is not problematic, i'd like to know what it means and how i can prevent it from displaying since it does not seem to be a warning
A reproducible example would be the example in the country
documentation
country(species_list(Genus='Labroides'))
thanks
Session Info
R version 3.6.1 (2019-07-05)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] magrittr_1.5
loaded via a namespace (and not attached):
[1] Rcpp_1.0.2 rstudioapi_0.10 hms_0.5.1
[4] tidyselect_0.2.5 R6_2.4.0 rlang_0.4.0
[7] fansi_0.4.0 stringr_1.4.0 httr_1.4.1
[10] dplyr_0.8.3 tools_3.6.1 utf8_1.1.4
[13] cli_1.1.0 assertthat_0.2.1 digest_0.6.20
[16] tibble_2.1.3 crayon_1.3.4 purrr_0.3.2
[19] readr_1.3.1 vctrs_0.2.0 curl_4.0
[22] zeallot_0.1.0 memoise_1.1.0 glue_1.3.1
[25] gh_1.0.1 stringi_1.4.3 compiler_3.6.1
[28] pillar_1.4.2 backports_1.1.4 rfishbase_3.0.4
[31] jsonlite_1.6 pkgconfig_2.0.2
that's a dplyr message most likely - see a bunch of joins here https://github.com/ropensci/rfishbase/blob/master/R/load_taxa.R#L61-L66 e.g.
I don't know of a way to supress dplyr messages