runSPOT: Run the SPOT app

Description Usage Arguments Examples

View source: R/shiny_app.R

Description

Runs the SPOT app. You will need python with libraries (numpy, osmnx, networkx, os, sklearn, pandas). Pass the python executable path while calling the function. To get the python path you can use

python3 -c "import sys; print(sys.executable)".

Or you can go to: https://stackoverflow.com/questions/749711/how-to-get-the-python-exe-location-programmatically

Usage

1
runSPOT(py_path = NULL, google_api_key = NULL)

Arguments

py_path

path to the python executable. See decription for more information

Examples

1
runSPOT(py_path = "path/to/pyhton")

apurvpriyam/SPOT documentation built on Sept. 10, 2020, 3:20 a.m.