load_str_q: Process monthly STR data to create quarterly data

View source: R/load_str.R

load_str_qR Documentation

Process monthly STR data to create quarterly data

Description

This was originally the second part of the load_str step. I broke that apart. I also added to this so that it creates some end-of-period, and start-of-period supply data.

Usage

load_str_q(load_m)

Arguments

load_m

Monthly STR data, after it is processed in load_str_m

Value

Dataframe with quarterly STR data. In addition to the series in the monthly output, which are: adr days demd demt occ revpar rmrevt supd supt It will also contain: sups (start-of-period supply, based on the first month of the quarter) supe (end-of-period supply, based on first month of following quarter) supem (ending month supply, supply in last month of quarter)


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