Hi There,
I am facing issue while concatenating 2 variable names with having spaces in column name.
I have created first variable name as Geometric mean
& second name as CV.
I want to concat both variable name together like "Geometric mean (CV)" within double Quotes to proceed further.
When I tried using "Geometric mean
(CV)" & either way around. I am getting below error ;
Error in parse(text = text, keep.source = FALSE) :
:1:11: unexpected symbol
1: Geometric mean
Can you please help me to get variable name as "Geometric mean (CV)"?
Thank you,
Harshal