# Quickstart command

Use the following command to launch facets-preview from command line:

```bash
Rscript -e "library(facetsPreview); 
facets_preview_config_file = '/juno/<full_path>/example_facets_preview.json'; 
facetsPreview::launch_application_browser()"
```

**Note**: `facets_preview_config_file` can also be set in the `.Rprofile` instead of in the command line.
