# NOT RUN {
# By default envstat uses a config file in your home directory
envstat::sitrep()
# But you can tell it to use a different config file if you prefer
envstat::sitrep(path = "/tmp/config.yml")
# sitrep can also run silently, so that it can be used programatically
envstat::sitrep(silent = TRUE)
# }
Run the code above in your browser using DataLab