Thank you very much everyone. All fine now!!
On Fri, Oct 18, 2019 at 11:42 AM Rolf Turner
wrote:
>
> On 18/10/19 2:43 PM, ani jaya wrote:
>
> > Dear R-Help,
> >
> > I have a list of data frame that I import from excel file using read.xlsx
> > command.
> >
> > sheets <- openxlsx::getSheetNames(
On 18/10/19 2:43 PM, ani jaya wrote:
Dear R-Help,
I have a list of data frame that I import from excel file using read.xlsx
command.
sheets <- openxlsx::getSheetNames("rainfall.xlsx")
test <- lapply(sheets,function(i) read.xlsx("rainfall.xlsx", sheet=i,
startRow=8, cols=1:2))
names(test) <
2 matches
Mail list logo