I am experiencing a weird error when trying to open my ASC file in R Studio. What is especially puzzling is that one day ago, this has still been working.
I use the following function to open an ASC file:
test_dat <- read.asc("example_file.asc")
And I keep receiving this error:
Error in read.asc("example_file.asc") : could not find function "read.asc"
I did not remove or uninstall any packages I have been using before (when it was still working). I would be very thankful for any recommendation about what the issue could be.
Thanks a lot in advance!