Re: [R] How to dbReadTable() only a limited number of rows? (RMySQL)

2009-12-25 Thread Orvalho Augusto
Try this drv - dbDriver(MySQL) con(drv, etc parameters...) dbGetQuery(con, select * from tableyoulike limit N_integer_first_records) Hope it helps Caveman On Fri, Dec 25, 2009 at 12:10 AM, Peng Yu pengyu...@gmail.com wrote: I only want to load a limited number of rows by dbReadTable(). I

[R] How to dbReadTable() only a limited number of rows? (RMySQL)

2009-12-24 Thread Peng Yu
I only want to load a limited number of rows by dbReadTable(). I don't see an option in the help. Is there an option to do so? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide