identify_insufficiently_parsed_stings {styler} | R Documentation |
Identifies strings that were not fully parsed due to their vast length.
identify_insufficiently_parsed_stings(pd, text)
pd |
A parse table. |
text |
The initial code to style. |
The meaning of the variable is_problematic_string
in the source code
changes from "all strings" to "all problematic strings", is partly
misleading and this approach was chosen for performance reasons only.