check_godata_version: Check if installed verison of Go.Data is 2.38.1 or later

View source: R/check_godata_version.R

check_godata_versionR Documentation

Check if installed verison of Go.Data is 2.38.1 or later

Description

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.

Usage

check_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

Boolean, where TRUE indicates version 2.38.1 or later.

Examples

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

## End(Not run)

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