Sir I have a problem that from which country i can assess R package "utils" for data entry for loading it in R Please help me in this regard. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493@gmail.com amna_989@hotmail.com amna_989@yahoo.com [[alternative HTML version deleted]]
Amina, utils is a base package and should be already installed in a functional R system. You can try sessionInfo() to verify that it is loaded. -Christos -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of amna khan Sent: Thursday, October 26, 2006 12:11 AM To: R-help at stat.math.ethz.ch Subject: [R] help fo finding R package "utils" Sir I have a problem that from which country i can assess R package "utils" for data entry for loading it in R Please help me in this regard. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493 at gmail.com amna_989 at hotmail.com amna_989 at yahoo.com [[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.
Amina, The best way for entering data in R is by importing an existing data file (text, Excel etc). This will reduce time and potential data entry errors. Please read Section 7 of the "Introduction to R" manual for a detailed discussion of available options. The manuals are available on your system (Help menu in the R Console for Windows) or through the R web site. Regards, -Christos _____ From: amna khan [mailto:amnakhan493@gmail.com] Sent: Thursday, October 26, 2006 1:21 PM To: christos@nuverabio.com Subject: Re: [R] help fo finding R package "utils" Respected sir I have a great problem for data entry in R. using sessionInfo() utils has appeared. but while entring data there is a message of no object found. Sir is there any option for spreadsheet for data entry. I shall be thankful to you. Amina On 10/25/06, Christos Hatzis <christos@nuverabio.com> wrote: Amina, utils is a base package and should be already installed in a functional R system. You can try sessionInfo() to verify that it is loaded. -Christos -----Original Message----- From: r-help-bounces@stat.math.ethz.ch [mailto: r-help-bounces@stat.math.ethz.ch] On Behalf Of amna khan Sent: Thursday, October 26, 2006 12:11 AM To: R-help@stat.math.ethz.ch <mailto:R-help@stat.math.ethz.ch> Subject: [R] help fo finding R package "utils" Sir I have a problem that from which country i can assess R package "utils" for data entry for loading it in R Please help me in this regard. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493@gmail.com amna_989@hotmail.com <mailto:amna_989@hotmail.com> amna_989@yahoo.com [[alternative HTML version deleted]] ______________________________________________ R-help@stat.math.ethz.ch <mailto:R-help@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 <http://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493@gmail.com amna_989@hotmail.com amna_989@yahoo.com [[alternative HTML version deleted]]
Please reply to the list, not to me personally. When I want to import an Excel file, I usually save it as a tab-delimited text file and use read.delim to import it: my.dataframe <- read.delim("file.name.txt", header=TRUE, sep="\t") See ?read.delim for further details. There are many other options, I'm sure, but this is simple and flexible and does not require any additional packages. Good luck. -Christos ________________________________ From: amna khan [mailto:amnakhan493 at gmail.com] Sent: Thursday, October 26, 2006 2:41 PM To: christos at nuverabio.com Subject: Re: [R] help fo finding R package "utils" sir i have downloaded poptools for excel to import data but still feeling problems. I am not understanding what I should do? On 10/26/06, Christos Hatzis <christos at nuverabio.com> wrote: Amina, The best way for entering data in R is by importing an existing data file (text, Excel etc). This will reduce time and potential data entry errors. Please read Section 7 of the "Introduction to R" manual for a detailed discussion of available options. The manuals are available on your system (Help menu in the R Console for Windows) or through the R web site. Regards, -Christos ________________________________ From: amna khan [mailto:amnakhan493 at gmail.com] Sent: Thursday, October 26, 2006 1:21 PM To: christos at nuverabio.com Subject: Re: [R] help fo finding R package "utils" Respected sir I have a great problem for data entry in R. using sessionInfo() utils has appeared. but while entring data there is a message of no object found. Sir is there any option for spreadsheet for data entry. I shall be thankful to you. Amina On 10/25/06, Christos Hatzis <christos at nuverabio.com <mailto:christos at nuverabio.com> > wrote: Amina, utils is a base package and should be already installed in a functional R system. You can try sessionInfo() to verify that it is loaded. -Christos -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto: r-help-bounces at stat.math.ethz.ch] On Behalf Of amna khan Sent: Thursday, October 26, 2006 12:11 AM To: R-help at stat.math.ethz.ch <mailto:R-help at stat.math.ethz.ch> Subject: [R] help fo finding R package "utils" Sir I have a problem that from which country i can assess R package "utils" for data entry for loading it in R Please help me in this regard. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493 at gmail.com amna_989 at hotmail.com amna_989 at yahoo.com [[alternative HTML version deleted]] ______________________________________________ R-help at stat.math.ethz.ch <mailto: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. -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493 at gmail.com amna_989 at hotmail.com amna_989 at yahoo.com -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493 at gmail.com amna_989 at hotmail.com amna_989 at yahoo.com