Ask Your Question
4

What does the function as.character do to backticks in a parsed script?

asked 2021-04-16 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-12-09 09:00:00 +0000

qstack gravatar image

The function as.character does not modify or affect backticks in a parsed script. The backticks are simply parsed as a format for indicating a variable or object name that should be evaluated. As.character simply converts the object into a character string without altering any of the original syntax or formatting.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-16 11:00:00 +0000

Seen: 16 times

Last updated: Dec 09 '22