labguru_link_visualization | R Documentation |
Link a visualization to a dataset on the Labguru server.
labguru_link_visualization( dataset_id, attachment_id, name, description = NULL, server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
dataset_id |
numeric(1) The dataset id for which to link visualization |
attachment_id |
numeric(1) The attachment id for which to link visualization |
name |
character(1) the name |
description |
character(1) The description of the folder |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
# helper for visulization linkage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.