amf_check_site_id {amerifluxr}R Documentation

Check valid AmeriFlux site ID

Description

Check if the character is a valid AmeriFlux site ID (CC-Sss)

Usage

amf_check_site_id(x)

Arguments

x

A vector or scalar of characters

Value

logical vector or scalar

Examples

## Not run: 
# Check if valid site ID
check_id <- amf_check_site_id(c("US-CRT", "US-crt", "USCRT"))


## End(Not run)


[Package amerifluxr version 1.0.0 Index]