## Not run:
# registry <- AnalysisPageServer:::trig.registry()
# server <- startRookAnalysisPageServer(registry, port = 5102)
#
# ## do some stuff
# ## For example
# landing.page.url <- rook.analysis.page.server.landing.page(server)
# ## now go to your web browser and open landing.page.url
#
# ## Or maybe something in this R process. See what the pages are
# pages.url <- file.path(server$url, "R", "pages")
# pages <- fromJSON(readLines(pages.url, warn = FALSE))
# sapply(pages, "[[", "name")
#
# ## Kill the server
# kill.process(server)
# ## End(Not run)
message("See vignette ExamplesServers.html")
Run the code above in your browser using DataLab