Learn R Programming

eyeTrackR (version 1.0.1)

organise.message.replace_spaces: Replace spaces in message report message with underscores.

Description

Replace spaces in message report message with underscores.

Usage

organise.message.replace_spaces(message_df)

Arguments

message_df

A message report.

Value

An updated message report with spaces between words replaced with underscores.

Examples

Run this code
# NOT RUN {
data(messagereport)
messagereport <- organise.message.replace_spaces(messagereport)
# }

Run the code above in your browser using DataLab