Learn R Programming

JumpeR (version 0.3.0)

flash_clean_events_helper: Applies appropriate event cleaning function

Description

Used to apply appropriate cleaning function based on event name

Usage

flash_clean_events_helper(
  df_helper = df,
  wide_format_clean_helper = wide_format_clean
)

Arguments

df_helper

a data frame of vertical event data from Flash Results

wide_format_clean_helper

should df be presented in wide format (default is FALSE)?

Value

a cleaned version of df

See Also

flash_clean_events_helper is a helper function inside flash_clean_events