Vorlow Constantinos
2007-Jun-14 14:21 UTC
[R] names() after library(RDCOMClient) problem(?)
Hello, Try example(names) in R 2.5.0 after library(RDCOMClient) and you get > example(names) names> # print the names attribute of the islands data set names> names(islands) Error in names(islands) : no applicable method for "names" > Is this normal? Any way round it??? Best regards, Costas ---------------------------------- Costas Vorlow Research Economist Eurobank EFG Division of Research & Forecasting ------------------------------------------------------- ( tel: +30-210-3337273 (ext 17273) 7 fax: +30-210-3337687 P Think before you print. Disclaimer: This e-mail is confidential. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete the copy from your system. EFG Eurobank Ergasias S.A. is not responsible for, nor endorses, any opinion, recommendation, conclusion, solicitation, offer or agreement or any information contained in this communication. EFG Eurobank Ergasias S.A. cannot accept any responsibility for the accuracy or completeness of this message as it has been transmitted over a public network. If you suspect that the message may have been intercepted or amended, please call the sender. [[alternative HTML version deleted]]
Duncan Temple Lang
2007-Jun-14 16:57 UTC
[R] names() after library(RDCOMClient) problem(?)
Hi Costas. On my Windows setup, I don't get this error message. What version of RDCOMClient are you using - i.e. the output of packageDescription("RDCOMClient") and also what else is loaded into the R session, i.e. sessionInfo() D. Vorlow Constantinos wrote:> Hello, > > Try example(names) in R 2.5.0 after library(RDCOMClient) and you get > > > example(names) > > names> # print the names attribute of the islands data set > names> names(islands) > Error in names(islands) : no applicable method for "names" > > > > > Is this normal? Any way round it??? > > Best regards, > > Costas > > > ---------------------------------- > Costas Vorlow > Research Economist > Eurobank EFG > Division of Research & Forecasting > > ------------------------------------------------------- > ( tel: +30-210-3337273 (ext 17273) > 7 fax: +30-210-3337687 > > > > > P Think before you print. > > Disclaimer: > This e-mail is confidential. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete the copy from your system. > EFG Eurobank Ergasias S.A. is not responsible for, nor endorses, any opinion, recommendation, conclusion, solicitation, offer or agreement or any information contained in this communication. > EFG Eurobank Ergasias S.A. cannot accept any responsibility for the accuracy or completeness of this message as it has been transmitted over a public network. If you suspect that the message may have been intercepted or amended, please call the sender. > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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.