Dear members,
                             I think the following question is rudimentary, but 
I couldn't find an answer in the Internet.

Suppose there is an object A, and ls() lists it as "A". How do you convert this 
character object to the object A. i.e I want a function f such that 
class(f("A")) = class(A) (of course, class("A") = "character") . f should just 
coerce the character to the object represented by it.

Thank you,
Yours sincerely,
AKSHAY M KULKARNI

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to