| Example | Description | | ------- | ----------- | | Project setup | Create a project, video type, image type, box type, line type, and dot type. Each type has an example of every attribute type definition. |
# Windows (PowerShell)
> (get-command R.exe).Path
# MacOS, Linux or Windows w/ Git Bash, MINGW, RStudio Terminal
$ which R
If it is not:
# Windows (PowerShell)
> $env:Path = $env:Path + ";" + "C:\Program Files\R\R-<YOUR VERSION>\bin"
# MacOS/Linux or Windows w/ Git Bash, MINGW, RStudio Terminal
$ export PATH=$PATH:/path/to/R/version/bin
# Windows (PowerShell)
> build.bat
# MacOS/Linux or Windows w/ Git Bash, MINGW, RStudio Terminal
$ ./build.sh
$ Rscript examples/setup_project.R --host="https://xxx.tator.dev" --token="xxxxxx"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.