Skip to contents

Check whether the PubMed API token is of the correct length and valid

Usage

check_pubmed_api_token(API_TOKEN_PUBMED)

Arguments

API_TOKEN_PUBMED

The PubMed API token

Examples

API_TOKEN_PUBMED <- c(
  "GNZuCGNZuCGNZuCGNZuCGNZuCtwed3twed32"
)

check_pubmed_api_token(API_TOKEN_PUBMED)
#> [1] "API TOKEN OK"