check_coordinate: Check coordinate for errors

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Coordinate must satisfy: String. Concatenation of the member ID values for each dimension. (refer to the TableMetadata datastructure for information about members). Maximum of 10 dimensions - a fixed length. One value per dimension (i.e. 1.1.1.36.1.0.0.0.0.0)

Usage

1
check_coordinate(coordinate)

Arguments

coordinate

coordinate of the data point

Value

TRUE

Examples

1
2
3
4
## Not run: 
check_coordinate("1.1.1.36.1.0.0.0.0.0")

## End(Not run)

tweed1e/statcanopener documentation built on Jan. 19, 2021, 4:23 p.m.