sumario: Retrieve the document of _sumario_

View source: R/diario.R

sumarioR Documentation

Retrieve the document of sumario

Description

Returns the summary of a session in a tidy way. If multiple authors are involved in a disposition and multiple documents they get mixed.

Usage

sumario(cve)

Arguments

cve

The character of the CVE of the document.

Value

A data.frame with a summary of the session, date, documents, authors.

See Also

Other types of documents: documento()

Examples

sumario_csv <- sumario_csv(14, 3)
if (interactive()) {
    head(sumario(sumario_csv))
}

rOpenSpain/senadoRES documentation built on Dec. 26, 2024, 8:18 p.m.