tbl_cran_packages: Tibble of CRAN Packages

View source: R/utils.R

tbl_cran_packagesR Documentation

Tibble of CRAN Packages

Description

Tibble of CRAN Packages

Usage

tbl_cran_packages(normalize_text = T)

Arguments

normalize_text

if 'TRUE' normalizes title descriptoon to upper

Examples

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")


abresler/asbtools documentation built on July 28, 2022, 11:04 p.m.