tabulate_sdg_keywords | R Documentation |
Tabulate all SDG keywords that exist in a given text for a given goal.
tabulate_sdg_keywords( text, goal_num, keywords = "elsevier100", count_repeats = FALSE )
text |
The target text to check SDG keywords |
goal_num |
The SDG goal we intend to check keywords for |
keywords |
The specific data set from which to draw keywords (ex. "elsevier", "sdsn") |
count_repeats |
Whether or not to count repeats for the keywords |
A vector of keywords representing a particular SDG
tabulate_sdg_keywords("Poverty entails more than the lack of income and productive resources to ensure sustainable livelihoods.", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.