[R] How to "call" an object given a string?

Eik Vettorazzi E.Vettorazzi at uke.de
Mon Apr 29 13:36:58 CEST 2013


Hi Rui,
how about this

sapply(ls(),get)

cheers

Am 29.04.2013 13:07, schrieb Rui Esteves:
> Hello,
> 
> This is very basic and very frustrating.
> 
> Suppose this:
>> A=5
>> B=5
>> C=10
> 
>> ls()
> "A"
> "B"
> "C"
> 
> I would like this
>> xpto()
> 5
> 5
> 10
> 
> How can I do xpto()?
> 
> Thanks
> Rui
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> 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.
> 


-- 
Eik Vettorazzi
Institut für Medizinische Biometrie und Epidemiologie
Universitätsklinikum Hamburg-Eppendorf

Martinistr. 52
20246 Hamburg

T ++49/40/7410-58243
F ++49/40/7410-57790
--
Pflichtangaben gemäß Gesetz über elektronische Handelsregister und Genossenschaftsregister sowie das Unternehmensregister (EHUG):

Universitätsklinikum Hamburg-Eppendorf; Körperschaft des öffentlichen Rechts; Gerichtsstand: Hamburg

Vorstandsmitglieder: Prof. Dr. Martin Zeitz (Vorsitzender), Dr. Alexander Kirstein, Joachim Prölß, Prof. Dr. Dr. Uwe Koch-Gromus



More information about the R-help mailing list