View source: R/check_godata_version.R
| check_godata_version | R Documentation |
A function to check whether the current
version of Go.Data on the provided URL.
This is a housekeeping function used in
many of the other godataR functions.
check_godata_version(url = url)
url |
Insert the base URL for your instance of Go.Data here. Don't forget the forward slash "/" at end! |
Boolean, where TRUE indicates version 2.38.1 or later.
## Not run:
url <- "https://MyGoDataServer.com/"
check_godata_version(url = url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.