testSample object
there is error regarding testSample, no object named testSample
R Introduction-to-R-script 05-06 min 20-30 sec
Answers:
Please make sure that you have declared this object.
I declared testSample, still it is giving the problem
Please note that R programming language is case sensitive. So, testsample and testSample will be treated as two different objects. We request you to share your code which is throwing the error.