Learn R Programming

JumpeR (version 0.3.0)

flash_clean_horizontal_events: Cleans horizontal events

Description

Cleans horizontal event results pulled from Flash Results html tables. Can present cleaned data in wide or long format.

Usage

flash_clean_horizontal_events(df, wide_format_horizontal = wide_format_clean)

horizontal_events(df, wide_format_horizontal = wide_format_clean)

Arguments

df

a data frame of horizontal event data from Flash Results

wide_format_horizontal

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

Value

a cleaned version of df

See Also

flash_clean_horizontal_events is a helper function inside flash_parse_table