Enables GoFigr support.
enable(
auto_publish = FALSE,
analysis_api_id = NULL,
analysis_name = NULL,
workspace = NULL,
create_analysis = TRUE,
analysis_description = NULL,
watermark = QR_WATERMARK,
verbose = FALSE,
debug = FALSE,
show = "watermark"
)
named list of GoFigr options
will publish all plots automatically if TRUE. Note that setting this option will re-assign plot() and print() in the global environment.
Analysis API ID (if analysis_name is NULL)
Analysis name (if analysis_api_id is NULL)
API ID of the workspace
if TRUE and analysis_name does not exist, it will be automatically created
analysis description if creating a new analysis
watermark class to use, e.g. QR_WATERMARK, LINK_WATERMARK or NO_WATERMARK
whether to show verbose output
whether to show debugging information
which figure to display in the document: original, watermark, or hide. Note that this setting \ only affects the display and doesn't change what gets published: e.g. even if you choose to display \ the original figure, the watermarked version will still be published to GoFigr.