set_server {neotoma2} | R Documentation |
Choose to pull Neotoma data from the main Neotoma server, the development server or from a local instance of the API.
set_server(server = "neotoma")
server |
One of |
NULL modifies how to talk to the API (local, dev, server)
# The user is running the API locally using the node/express API
# cloned from github: https://github.com/NeotomaDB/api_nodetest
set_server(server = "local")
# The user switches back to the remote api server.
set_server(server = "neotoma")