sumario | R Documentation |
Returns the summary of a session in a tidy way. If multiple authors are involved in a disposition and multiple documents they get mixed.
sumario(cve)
cve |
The character of the CVE of the document. |
A data.frame with a summary of the session, date, documents, authors.
Other types of documents:
documento()
sumario_csv <- sumario_csv(14, 3)
if (interactive()) {
head(sumario(sumario_csv))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.