Converting from a list to numeric in R
问题 I recently had a problem in which everytime I read a csv file containing a table with values, R read it as a list format instead of numeric. As no thread provided me the entire answer for my situation, once I was able to make it run I decided to include here the script that worked for me in hope that it is useful to someone. Here it is, with some description and some options in case you need it: (1) Read the data from a csv file. Here the file has no header, so I put F, if yours have a header