powered by
Create a drop-down vignette for nodes from different items (for galleries).
get_template2(data, title=NULL, title2=NULL, text=NULL, wiki=NULL)
a character vector of html formatted vignettes.
data frame which contains the data.
column name which contains the first title of the vignette.
column name which contains the secondary title of the vignette.
column name which contains the main text of the vignette.
column name which contains the wiki URL for the vignette.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
if (FALSE) { data("sociologists") sociologists$html <- get_template2(sociologists, title="name", title2="birth_country", text="school") plot(exhibit(sociologists, ntext="html")) }
Run the code above in your browser using DataLab