Learn R Programming

macleish (version 0.3.10)

phenocam_image_url: Retrieve images from Phenocam

Description

Phenocam contains over 70,000 images taken from MacLeish. Photos have been taken every 30 minutes since February 2017.

Usage

phenocam_image_url(when = NULL, ...)

phenocam_read_day_urls(x = Sys.Date())

phenocam_read_monthly_midday_urls(x = Sys.Date())

phenocam_image_url_midday(x = Sys.Date())

phenocam_info()

phenocam_download(...)

Arguments

when

a string to be converted into a date-time

...

arguments passed to download_phenocam

x

a Date

References

https://phenocam.nau.edu/webcam/sites/macleish/

See Also

download_phenocam

Examples

Run this code
phenocam_image_url()
phenocam_image_url("2021-12-25 12:05:05")
if (FALSE) {
phenocam_read_day_urls()
}
if (FALSE) {
phenocam_read_monthly_midday_urls()
}
if (FALSE) {
phenocam_image_url_midday(Sys.Date() - 3)
phenocam_image_url_midday(Sys.Date() - 365)
}
if (FALSE) {
phenocam_info()
}
if (FALSE) {
phenocam_download()
df <- read_phenocam(file.path(tempdir(),"macleish_DB_1000_3day.csv"))
print(str(df))
}

Run the code above in your browser using DataLab