used_there: Scrape the summaries for site-wide analysis

used_thereR Documentation

Scrape the summaries for site-wide analysis

Description

[Experimental]

Harvests and consolidates function usage tables from pages of a Quarto website by searching for tables with the CSS class "usedthese"

Usage

used_there(url, num_links = 30)

Arguments

url

The url to the website listing page of posts containing usage tables created with used_here()

num_links

The number of links returned from the listing page may be restricted using this argument.

Value

A tibble summarising package & function usage

Examples

# Uses a Quarto listing url to scrape & consolidate usage
used_there("https://www.quantumjitter.com/project/", 1)


usedthese documentation built on June 27, 2024, 1:07 a.m.