What is the maximum length of a variable name in R?
a) 256 characters
b) 64 characters
c) No specific limit
d) 128 characters
Answer:
c) No specific limit
Explanation:
R does not impose a specific limit on the length of variable names, but they must be syntactically valid.