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.
use
col_typesand explicitly specify the column types.https://www.rdocumentation.org/packages/readxl/versions/0.1.1/topics/read_excel