View source: R/check_godata_url.R
check_godata_url | R Documentation |
A function to check whether the provided URL
is valid. This is a housekeeping function
used in many of the other godataR
functions.
check_godata_url(url, success_code = 200)
url |
Insert the base URL for your instance of Go.Data here. Don't forget the forward slash "/" at end! |
success_code |
A numeric specifying which code is returned by the API when successfully returning the status code. Default is 200. |
Boolean, where TRUE
indicates a valid URL.
## Not run:
url <- "https://MyGoDataServer.com/"
check_godata_url(url = url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.