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

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