Closed robson-cruz closed 1 year ago
When I try to use TNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_name or TNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_species in R I get the following response:
TNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_name
TNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_species
[1] "Mezilaurus ita-uba"
However the correct would be Mezilaurus itauba
locale: [1] LC_COLLATE=Portuguese_Brazil.utf8 LC_CTYPE=Portuguese_Brazil.utf8 LC_MONETARY=Portuguese_Brazil.utf8 LC_NUMERIC=C [5] LC_TIME=Portuguese_Brazil.utf8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] magrittr_2.0.3 sjmisc_2.8.9 gt_0.6.0 ggalt_0.4.0 ggplot2_3.4.2 stringr_1.5.0 tidyr_1.3.0 dplyr_1.1.2 loaded via a namespace (and not attached): [1] ps_1.7.1 digest_0.6.29 proj4_1.0-11 utf8_1.2.2 R6_2.5.1 backports_1.4.1 httr_1.4.6 [8] pillar_1.9.0 rlang_1.1.0 curl_4.3.2 rstudioapi_0.14 extrafontdb_1.0 callr_3.7.0 R.utils_2.12.1 [15] R.oo_1.25.0 checkmate_2.1.0 labeling_0.4.2 webshot_0.5.3 extrafont_0.18 readr_2.1.4 bit_4.0.4 [22] munsell_0.5.0 compiler_4.2.1 pkgconfig_2.0.3 htmltools_0.5.2 insight_0.17.1 tidyselect_1.2.0 tibble_3.2.1 [29] fansi_1.0.3 crayon_1.5.1 tzdb_0.3.0 withr_2.5.0 MASS_7.3-59 R.methodsS3_1.8.2 commonmark_1.8.0 [36] grid_4.2.1 jsonlite_1.8.4 Rttf2pt1_1.3.10 gtable_0.3.0 lifecycle_1.0.3 scales_1.2.0 KernSmooth_2.23-20 [43] cli_3.6.1 stringi_1.7.8 vroom_1.6.3 farver_2.1.0 fs_1.5.2 generics_0.1.2 vctrs_0.6.2 [50] ash_1.0-15 sjlabelled_1.2.0 RColorBrewer_1.1-3 tools_4.2.1 bit64_4.0.5 glue_1.6.2 purrr_1.0.1 [57] maps_3.4.0 hms_1.1.3 rsconnect_0.8.29 processx_3.6.1 parallel_4.2.1 fastmap_1.1.0 colorspace_2.0-3
When I try to use
TNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_name
orTNRS::TNRS("Mezilaurus itauba", sources = c("wcvp"))$Accepted_species
in R I get the following response:[1] "Mezilaurus ita-uba"
However the correct would be Mezilaurus itauba