intchron_crawl: Recursively retrieve IntChron records

View source: R/crawl.R

intchron_crawlR Documentation

Recursively retrieve IntChron records

Description

Given an index record as a start point, this function recursively crawls the tree of linked records and returns all the data records it finds.

The ignore parameter can be used to refine the search.

Usage

intchron_crawl(url, ignore = NA)

Arguments

url

Address of the record to start crawling from.

ignore

Vector of names of branches that should be ignored.

Details

See vignette("intchron-api") for a detailed explanation of the structure of the IntChron record tree and the crawling algorithm used.

Value

A list of responses from IntChron.

See Also

Other functions for interacting with the IntChron API: intchron_extract(), intchron_request(), intchron_tabulate(), intchron_url()


joeroe/rintchron documentation built on July 30, 2023, 11:18 p.m.