Initialises a connection to FGLab and creates a new experiment
| 1 2 | vanguard_init(url, project_name, experiment_name, parameters, filepath,
  tags = c(), run_locally = FALSE)
 | 
| url | The URL of FGLab. Default is likely http://localhost:5080. | 
| project_name | Name of the project on FGLab. | 
| experiment_name | Name of the experiment on FGLab. Must be unique within project. | 
| parameters | A named list of parameters with their default values. | 
| filepath | Path of the file to be run, relative to working directory. | 
| tags | Vector of tags shown on FGLab. | 
| run_locally | If TRUE, execute script locally without going through FGLab. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.