tbl_cran_packages | R Documentation |
Tibble of CRAN Packages
tbl_cran_packages(normalize_text = T)
normalize_text |
if 'TRUE' normalizes title descriptoon to upper |
library(asbtools) library(tidyverse) cran <- tbl_cran_packages() cran %>% sheldon::regex_keyword_match(text_columns = "title", keywords = "markdown", id_columns = "package") cran %>% sheldon::kwic_keyword_match(text_columns = "title", id_columns = "package")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.