deployApp | R Documentation |
Deploy an application, which can be an R package or R documents, to a server. This function will extract all dependencies information based on 'renv::sapshot()' and write a 'renv.lock' file under the project directory.
deployApp( username, command = "", project = getwd(), version = NULL, name = NULL, description = NULL, os = NULL)
username |
Name of account |
command |
R file that needs to be specified to run the application. |
project |
Directory containing application. Defaults to current working directory. |
version |
Application version |
name |
Name of application (names must be unique within an account).
Defaults to the base name of the specified |
description |
A brief description of the application. |
os |
Operation system that the application can be used. Defaults to the current system in your machine. |
updateApp()
deployApp("python", project="app1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.