organise.message.replace_spaces {eyeTrackR} | R Documentation |
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
data(messagereport)
messagereport <- organise.message.replace_spaces(messagereport)
[Package eyeTrackR version 1.0.1 Index]