2

Importing data into the R programming environment. I've tried imorting the data set with read.csv() but its telling me it cannot import vector of more than 500mb.

1
  • seems to be more of a programming question (--> stackoverflow). Also, see this question opendata.stackexchange.com/q/1256/1511 (in general, don't load columns you don't need, and avoid special packages when the data model is simple) Commented Nov 15, 2017 at 20:43

1 Answer 1

1

Load the csv into a database first then use odbc to read the fields / records you need into your data frame

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.