check_if_rba_ts: Perform a minimal check to see if a dataframe is formatted in...

View source: R/check_if_rba_ts.R

check_if_rba_tsR Documentation

Perform a minimal check to see if a dataframe is formatted in a standard way for an RBA time series spreadsheet. Checks to see if various strings are present in the first column of the DF.

Description

Perform a minimal check to see if a dataframe is formatted in a standard way for an RBA time series spreadsheet. Checks to see if various strings are present in the first column of the DF.

Usage

check_if_rba_ts(df)

Arguments

df

A data frame

Value

Logical; TRUE if df contains the expected strings in first col; FALSE if not.


readrba documentation built on Aug. 13, 2023, 9:06 a.m.