load_str_m: Process monthly STR data

View source: R/load_str.R

load_str_mR Documentation

Process monthly STR data

Description

Previously this was the first part of load_str, which had a second part that did the quarterly steps. I've broken it apart in July 2016 so that I could make tweaks to the quarterly part, and it seemed unnecessary to keep all together as one step.

Usage

load_str_m(load_m, units = NULL)

Arguments

load_m

Takes a wide dataframe with monthly lodging date as an input (e.g. with each series in a column).

units

"millions", "thousands" or "ones" Will be used to divide supt, demt, rmrevt, supd, and demd.

Value

Returns a wide dataframe with the processed STR data. It will contain: adr days demd demt occ revpar rmrevt supd supt


aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.