When I try to import data into R studio from Excel, the number columns are getting imported as Logical in R.
Is there a way to import these columns as a number into R? The column in Excel has been formatted to number.
I am using read_excel
to import the file.
The spreadsheet I am trying to import has 80 columns.