if (interactive()) {
# Launch the Shiny app in browser (works in any IDE)
quartify_app()
# Use in Positron or VS Code
library(quartify)
quartify_app()
# Specify a port
quartify_app(port = 3838)
}
Run the code above in your browser using DataLab