View source: R/get_godata_version.R
get_godata_version | R Documentation |
A function to retrieve the current version
of Go.Data on the provided URL. This is a
housekeeping function used in many of the
other godataR
functions.
get_godata_version(url = url)
url |
Insert the base URL for your instance of Go.Data here. Don't forget the forward slash "/" at end! |
string
## Not run:
url <- "https://MyGoDataServer.com/"
get_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.