I am trying to input a dataset into R using read_delim. I want to input 2 columns as character strings, and i've defined col_type to be character but the resulting data frame still has the values in scientific notation even though the data type says its character. I used cols() to be able to specify the format of the date. Is there any way to ensure that the numbers for SampleID and SamplePointID doesn't change to scientific notation?
col_types defined, SampleID and SamplePointID defined as col_character()
Resulting data frame filtered for values showing up in scientific notation