get_keywords | R Documentation |
Given an URL to a bookdown chapter, extract the keywords
get_keywords(url, min_occurrence = 4, udmodel = NULL)
url |
a url to a bookdown chapter e.g. "https://jhudatascience.org/Documentation_and_Usability/what-does-good-documentation-look-like.html" |
min_occurrence |
A numeric number specifying the minimum number of times a keyword should appear for it to stay in the list. Default is 4. |
udmodel |
A udmodel passed in for keyword determination. Will be obtained using
|
a data frame of keywords
# Declare chapter URL
url <- "https://jhudatascience.org/Documentation_and_Usability/other-helpful-features.html"
keywords_df <- get_keywords(url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.