strr_process_review: Process raw STR review tables into UPGo format

View source: R/strr_process_review.R

strr_process_reviewR Documentation

Process raw STR review tables into UPGo format

Description

strr_process_review takes raw review tables from AirDNA and cleans them for analysis or for upload in the UPGo database storage format.

Usage

strr_process_review(
  review,
  property,
  latest_user = NULL,
  max_id = 0,
  quiet = FALSE
)

Arguments

review

TKTK

property

An strr_property data frame.

latest_user

A review_user table with a single row containing the most recent observations for each user_ID.

max_id

The highest review_ID currently in use. New review_IDs will be assigned starting with max_id + 1.

quiet

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

Details

A function for cleaning raw review tables from AirDNA and preparing them for subsequent analysis or upload in the UPGo format.

Value

TKTK.


UPGo-McGill/strr documentation built on June 11, 2024, 1:56 a.m.