Quickstart command

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

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.

Last updated

Was this helpful?