labguru_upload_visualization | R Documentation |
Upload a visualization to the Labguru server.
labguru_upload_visualization( file, title, dataset_id = NULL, name = NULL, description = NULL, server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
file |
character(1) that is a path to a file |
title |
character(1) that is the title for the uploaded file on Labguru |
dataset_id |
Numeric(1) to link the visualization to dataset(s) on Labguru |
name |
character(1) that is the name for visualisation link with database |
description |
character(1) to describe visualization on Labguru |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
# helper for visualization uploads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.