strr_host: Function to create daily host activity tables

View source: R/strr_host.R

strr_hostR Documentation

Function to create daily host activity tables

Description

strr_host takes processed daily tables and produces summary tables listings host activity per day.

Usage

strr_host(daily, quiet = FALSE)

Arguments

daily

An processed daily table in the UPGo format (probably produced with strr_process_daily), with either ten or six fields.

quiet

A logical scalar. Should the function execute quietly, or should it return status updates throughout the function (default)?

Details

A function for aggregating daily activity tables by host, listing type, and housing status, in order to determine the extent of multilisting activity in a given STR dataset. This function will typically be run on the output of strr_process_daily in preparation for compression with strr_compress.

Value

A processed multilisting table, ready for compression with strr_compress.


UPGo-McGill/strr documentation built on Feb. 24, 2024, 6:15 p.m.