View source: R/get_templates.R
makeT2 | R Documentation |
Create a vignette from some specific information supplied (for galleries).
makeT2(entityLabel, image=NA, entityDescription=NA,
byear=NA, bplace=NA, bcountry=NA, dyear=NA, dplace=NA, dcountry=NA,
gender=NA, occupation=NA, language=c("en","es","ca"))
entityLabel |
A character string of names. |
image |
A character string of image paths. |
entityDescription |
A character string of descriptions. |
byear |
A character string of birth years. |
bplace |
A character string of birth places. |
bcountry |
A character string of birth countries. |
dyear |
A character string of death years. |
dplace |
A character string of death places. |
dcountry |
A character string of death countries. |
gender |
A character string of genders. |
occupation |
A character string of occupations. |
language |
a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan). |
a data frame wich includes a column of html formatted vignettes called 'info'.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.