Skip to contents

Parse

Read eon data from strings or files into R objects.

parse_eon()
Parse an eon-formatted string into an R object.
read_eon()
Read an eon file and return its contents as an R object.
validate_eon()
Check whether a string is valid eon.

Write

Convert R objects to eon strings or files.

format_eon()
Convert an R object to an eon-formatted string.
write_eon()
Write an R object to an eon file.

Reformat

Normalize the style of existing eon text.

reformat_eon()
Reformat an eon-formatted string.