get_godata_version: Quickly check which verison of Go.Data is currently...

View source: R/get_godata_version.R

get_godata_versionR Documentation

Quickly check which verison of Go.Data is currently installed.

Description

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.

Usage

get_godata_version(url = url)

Arguments

url

Insert the base URL for your instance of Go.Data here. Don't forget the forward slash "/" at end!

Value

string

Examples

## Not run: 
url <- "https://MyGoDataServer.com/"
get_godata_version(url = url)

## End(Not run)

WorldHealthOrganization/godataR documentation built on May 21, 2023, 11:30 a.m.