powered by
Get the URL of the SparkUI instance for the current active SparkSession.
sparkR.uiWebUrl()
the SparkUI URL, or NA if it is disabled, or not started.
# NOT RUN { sparkR.session() url <- sparkR.uiWebUrl() # }
Run the code above in your browser using DataLab