View source: R/get-attachment.R
get_attachment | R Documentation |
Permet de récupérer les données d'un attachment en utilisant soit son rid soit son titre.
get_attachment(attachment = NULL, title = NULL, dataset)
attachment |
un rid de attachment, un objet |
title |
le titre d'un attachment |
dataset |
l'identifiant ou l'objet |
Lève une exception si la recherche ne retourne pas exactement 1 attachment
un objet dido_attachment()
Other attachment:
add_attachment()
,
dido_attachment()
,
list_attachments()
,
replace_attachment()
,
update_attachment()
## Not run: get_attachment("rid", dataset = dataset) get_attachment(title = "title", dataset = dataset) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.