コード例 #1
0
ファイル: result.cpp プロジェクト: bpgriner01/RPostgres
// [[Rcpp::export]]
List result_fetch(XPtr<PqResult> rs, int n) {
  return rs->fetch(n);
}