sample_covariate_summary: Provides a tibble summary of the covariates available over a...

View source: R/sample-covariate-summary.R

sample_covariate_summaryR Documentation

Provides a tibble summary of the covariates available over a sample space.

Description

This is similar to the ⁠FacileData::summary.eav_covariates function⁠, but that function is downstream of a collect(). This function takes in a samples facile_frame (preferably a lazy_tbl/tbl_sql) and summaries the covariates availalbe there. Keeping this function in SQL space as long as possible assists in the initial load and presentation of sample filters of monstrously sized datasets.

Usage

sample_covariate_summary(x, ..., detailed = FALSE)

Arguments

x

an object (samples) to summarize covariates over

detailed

When TRUE, summarizes the individual levels of covariates. Default is FALSE.


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.