Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

TeradataR Question - response (1) by toddb

$
0
0

You should be able to use as.data.frame with a td.data.frame as input to retrieve rows from the database into R.  It would look like this:
tdf <- td.data.frame('mytable');
df <- as.data.frame(tdf, size=1000000);
There is a default size of 100 just to protect from bring back millions or rows by accident but you can override but setting the size to whatevery you want, say size=1000000.
 


Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>