We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a list of features to add:
get_phylopic_image()
get_world_basemap()
format_authors_names()
shorten_authors_names()
remove_latex_tags()
remove_multi_spaces()
get_osm_coords()
is_valid_doi()
check_doi()
is_character()
is_characters()
is_logical()
is_logicals()
is_numeric()
is_numerics()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is a list of features to add:
get_phylopic_image()
: Download a PhyloPic silhouette using the PhyloPic API 2.x.xget_world_basemap()
: Download the IPBES world basemap available at https://zenodo.org/record/3928281format_authors_names()
: Collapse a Vector of Author Namesshorten_authors_names()
: Shorten Full Names (Doe, John becomes Doe, J)remove_latex_tags()
: Translate LaTeX tags in UTF-8remove_multi_spaces()
: Remove Extra Space in Stringsget_osm_coords()
: Client to the OpenStreetMap Data Search Engine API (http://nominatim.openstreetmap.org)is_valid_doi()
: Check if a DOI has a good structurecheck_doi()
: Check if a DOI exists on the Webis_character()
: check if an argument exists, is a character, and of length of exactly 1is_characters()
: check if an argument exists, is a character, and of length > 0is_logical()
: check if an argument exists, is a logical, and of length of exactly 1is_logicals()
: check if an argument exists, is a logical, and of length > 0is_numeric()
: check if an argument exists, is a numeric, and of length of exactly 1is_numerics()
: check if an argument exists, is a numeric, and of length > 0The text was updated successfully, but these errors were encountered: