The readxl() function takes a sheet and range as its second argument like 
this example from the documentation: 

data = readxl("Filename.xlsx", "Sheet1!A1:C4")

Is this what you meant? Or by "previously defined in the excel file" do you 
have some other use in mind?


On Sunday, 17 April 2016 14:29:33 UTC+1, Fernando Banez-Chicharro wrote:
>
> Hi all,
> Do you know how to read a specific range (previously defined in the excel 
> file) using readxl()? Is it possible?
>
> Thanks!
>

Reply via email to