phenocamapi (version 0.1.4)

get_awb_table: Extracting Auto-White-Balance (AWB) status of images for PhenoCam sites

Description

Extracting Auto-White-Balance (AWB) status of images for PhenoCam sites

Usage

get_awb_table(site)

Arguments

site

a character string of the PhenoCam site name

Value

a data.table of two columns: midday images and their AWB status ('ON', 'OFF', 'UNKOWN', 'LIKELY_YES', 'LIKELY_NO')

Examples

Run this code
# NOT RUN {
awb_table <- get_awb_table('dukehw')
head(awb_table)

# }

Run the code above in your browser using DataLab