This will create a webpage (file_prefix.html) as well as an image (file_prefix.png) that shows the PEcAn Network satus. This will save the geo location of each site as well as some additional information in a cache file (file_prefix.RData). If an update to the BETY schema is detected it will be logged in a file (file_prefix.log).

create_status_page(config_file, file_prefix = "status", delta = 3600)

Arguments

config_file

Path to `config.php`

file_prefix

prefix used for all files saved

delta

number of seconds before

Examples

# NOT RUN {
  create_status_page('/home/carya/pecan/web/config.php')
# }