Check whether the PubMed API token is of the correct length and valid
Source:R/check_pubmed_api_token.R
check_pubmed_api_token.Rd
Check whether the PubMed API token is of the correct length and valid
Examples
API_TOKEN_PUBMED <- c(
"GNZuCGNZuCGNZuCGNZuCGNZuCtwed3twed32"
)
check_pubmed_api_token(API_TOKEN_PUBMED)
#> [1] "API TOKEN OK"