any_tokens: Checks if there are any recognized tokens in the data...

View source: R/translate_categories.R

any_tokensR Documentation

Checks if there are any recognized tokens in the data provided

Description

Checks if there are any recognized tokens in the data provided

Usage

any_tokens(data, language_tokens)

Arguments

data

A data frame (or data frame extension)

language_tokens

A data frame (or data frame extension) containing the translations. Output from get_language_tokens()

Value

Boolean logical (TRUE or FALSE)


WorldHealthOrganization/godataR documentation built on May 21, 2023, 11:30 a.m.