powered by
Launch a REST API server with optional dashboard
vectrix_serve( path = NULL, host = "127.0.0.1", port = 7377, api_key = NULL, dashboard = TRUE, launch.browser = FALSE )
Invisible NULL (server runs until stopped)
Database path
Host address (default: "127.0.0.1")
Port number (default: 7377)
Optional API key for authentication
Enable dashboard (default: TRUE)
Open dashboard/docs URL in browser (default: FALSE)
if (FALSE) { vectrix_serve(path = file.path(tempdir(), "my_data"), port = 7377) }
Run the code above in your browser using DataLab