url: character, the base URL of the KoboToolbox server.
token: character, the API token.
Returns
A kobo_settings object pritting the server URL and the API token.
Examples
## Not run:# use your own URL and token kobo_setup(url ="https://kf.kobotoolbox.org/", token ="9et1814c285w094f6v9bd629df47a1a0e81x53a0") kobo_settings()## End(Not run)