[R] Fwd: Maximum Number of Rows in a Dataframe

2010-12-03 Thread Rushabh Mehta
Thank you for help...I could find a solution..it was a simple syntax error -- Forwarded message -- From: Michael Bedward Date: Fri, Dec 3, 2010 at 7:07 PM Subject: Re: [R] Maximum Number of Rows in a Dataframe To: rushabhbm Cc: r-help@r-project.org Hello, Please post a sample

Re: [R] Maximum Number of Rows in a Dataframe

2010-12-03 Thread Rushabh Mehta
for(i in 1:lengthBD) { bdid1 = basicdata[i,] bdid = as.character(bdid1) dq = paste("'",bdid,"'",sep = "") dataquery = paste("select *","From Main_Data AS m JOIN Basic_Data AS b ON m.BD_ID = b.BD_ID JOIN Point_System_Name AS p ON b.psn_id = p.psn_id JOIN Trend_Location as tl ON b.tl_id = tl.tl_i