update_revision_data: Updates data associated with a figure
Description
Updates data associated with a figure
Usage
update_revision_data(gf, revision, new_data, silent = FALSE)
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.