Learn R Programming

amerifluxr (version 1.0.0)

amf_check_site_id: 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

Run this code
# NOT RUN {
# Check if valid site ID
check_id <- amf_check_site_id(c("US-CRT", "US-crt", "USCRT"))

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab