update_revision_data {gofigR} | R Documentation |
Updates data associated with a figure
Description
Updates data associated with a figure
Usage
update_revision_data(gf, revision, new_data, silent = FALSE, assets = list())
Arguments
gf |
GoFigr client |
revision |
revision or its API ID for which to update the data |
new_data |
new data, as a list of GoFigrData objects (e.g. make_image_data or make_text_data) |
silent |
whether to generate an activity. Internal use only. |
assets |
list of asset revision IDs to be assocaited with this revision |
Value
updated revision
[Package gofigR version 1.1.0 Index]