View source: R/update-attachment.R
update_attachment | R Documentation |
Mettre à jour une pièce jointe.
update_attachment(attachment)
attachment |
un objet attachment retourné par |
un objet dido_attachment()
Other attachment:
add_attachment()
,
dido_attachment()
,
get_attachment()
,
list_attachments()
,
replace_attachment()
## Not run: att <- get_attachment("rid") att$title <- "un nouveau titre" update_attachment(att) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.