### Get the default utteranceMarker
behaviorchange::opts$get(complecs_entitySheet);
### Set it to a custom version, so that every line starts with a pipe
behaviorchange::opts$set(complecs_entitySheet = "sheet_with_entities");
### Check that it worked
behaviorchange::opts$get(complecs_entitySheet);
### Reset this option to its default value
behaviorchange::opts$reset(complecs_entitySheet);
### Check that the reset worked, too
behaviorchange::opts$get(complecs_entitySheet);
Run the code above in your browser using DataLab