Learn R Programming

geometa (version 0.9.2)

ISOCharacterSet: ISOCharacterSet

Description

ISOCharacterSet

ISOCharacterSet

Arguments

Value

Object of R6Class for modelling an ISO CharacterSet

References

- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_CharacterSetCode

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/lan/1.0/lan/#element_MD_CharacterSetCode

Examples

Run this code
  #possible values
  values <- ISOCharacterSet$values(labels = TRUE)
  
  #some charset
  charset <- ISOCharacterSet$new(value = "utf8")

Run the code above in your browser using DataLab