R and Excel Sheet

Hello,
Does rstudio make distinctions between excel tabs when data is downloaded? For example, I have an excel spreadsheet with categorical data and a second tab with the category inclusion criteria. If I import that excel data, does R look at, ignore, or include the second tab?

There are various packages for reading Excel files. In the ones I am familiar with, you designate which sheet of the file to read. Take a look at the read_excel() function of the readxl packages, for example.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.