Re: [R] Query on read.xls function in gdata

2018-09-06 Thread PIKAL Petr
ver is easiest and most convenient to you. Cheers Petr From: Aakash Kumar Sent: Thursday, September 6, 2018 2:48 PM To: PIKAL Petr ; r-help@r-project.org Subject: RE: [R] Query on read.xls function in gdata Thanks for the suggestion, Petr. I did try using read_xls and read_excel functions,

Re: [R] Query on read.xls function in gdata

2018-09-06 Thread Jeff Newmiller
Without a reproducible example that is highly unlikely to happen. However, you might just want to try the openxlsx or readxl packages instead. On September 6, 2018 3:43:05 AM PDT, Aakash Kumar wrote: >Hi Team, > >I am trying to read in .xls files in R using read.xls function present >in >gdata p

Re: [R] Query on read.xls function in gdata

2018-09-06 Thread PIKAL Petr
Hi If you do not need to stick with gdata you could try package readxl, it does not need any further packages. https://cran.r-project.org/web/packages/readxl/readxl.pdf It results in tibble data but change to data.frame is easy. Cheers Petr > -Original Message- > From: R-help On Behal