Skip to contents

Clean, restructure, calculate, plot, and export/save plots to file system.

Usage

ras.TPAer(
  df,
  na.rm = FALSE,
  save = FALSE,
  file_type = "png",
  folder_path = tcltk::tk_choose.dir()
)

Arguments

df

Data frame with values

na.rm

If TRUE, NA values are dropped before determining calculation

save

If TRUE, writes files to system

file_type

File extension/type for exported images

folder_path

Path to destination folder

Value

List containing (1) Data frame and (2) List of generated plots

Examples

### Very specific function; no example yet