chva.extras

R/chva.extras: Supplementary Tools for Climate and Health Research in VA

logo r-cmd-check lifecycle

GitHub repository
Package Website

chva.extras is a collection of supplementary functions and templates designed to support climate and health research in VA, including tools for data manipulation, analysis, and visualization, tailored to handle large datasets.


Installation

To get the latest in-development features, install the development version from GitHub:

if(!requireNamespace("devtools", quietly = TRUE)) {
 install.packages("devtools")
}
devtools::install_github("le-huynh/chva.extras")

Functions

  • check_overview( ): Provide an overview of datasets with the number of rows, columns, and a flag indicating whether the column names across datasets are consistent.
  • check_unique_value(): Count the unique values of a specified column.
  • check_unique_value_overview(): Check the consistency of unique values within a specified column across multiple datasets.
  • get_dataset(): Get full working datasets as a named list of Dataset R6 objects.
  • get_parquet_arrow(): Convert multiple files to Parquet format.
  • get_parquet_by_chunk(): Convert file to Parquet format by chunks.

For a comprehensive overview of the package’s functions, check out the package website at
le-huynh.github.io/chva.extras/.