Learn R Programming

climatehealth (version 1.0.0)

common_descriptive_stats_core: Deprecated alias for descriptive_stats_core().

Description

Deprecated. Use descriptive_stats_core() instead.

Usage

common_descriptive_stats_core(
  df,
  output_path,
  title,
  aggregation_column = NULL,
  population_col = NULL,
  plot_corr_matrix = FALSE,
  correlation_method = "pearson",
  plot_dist = FALSE,
  dependent_col,
  independent_cols = c(),
  units = NULL,
  plot_na_counts = FALSE,
  plot_scatter = FALSE,
  plot_box = FALSE,
  plot_seasonal = FALSE,
  plot_regional = FALSE,
  plot_total = FALSE,
  timeseries_col = "date",
  detect_outliers = FALSE,
  calculate_rate = FALSE
)

Arguments