Extract vectors from the shinyAce editor content, also removing comments and whitespaces from text.

editor_to_vector_sanitized(txt)

Arguments

txt

A single character text input.

Value

A character vector representing valid lines in the text input of the editor.