forest_visitation {VisitorCounts}R Documentation

National Forest Visitation Photo-User-Days Data.

Description

A data frame storing monthly visitation counts by National Forest Service (NFS) for 4 popular US national parks and associated Flickr photo-user-days (PUD). Here, photo-user-days (PUD) count the number of unique users posting a photo on Flickr on a given day from within the boundaries of a given National Forest.

Usage

forest_visitation

Format

A data frame with 995 observations and 4 variables.

date

Date of monthly observation, in year-month-day format.

forest

National Forest 3 letter identifier code, except for San Juan County which is labled as SJC.

pud

Flickr photo-user-days (PUD). Here, PUD count the number of unique users posting a photo on flickr on a given day from within the boundaries of a given National Forest.

nfs

Annual Visitation count for the corresponding forest and year given by the National Forest Service (NFS) and then distributed monthly utilizing the PUD as a proxy.

Source

Flickr (2022). Retrieved August, 2022, from https://flickr.com/


[Package VisitorCounts version 2.0.0 Index]