@@ -1579,6 +1579,11 @@ SEXP savvy_PlRExpr_is_unique__impl(SEXP self__) {
15791579 return handle_result (res );
15801580}
15811581
1582+ SEXP savvy_PlRExpr_item__impl (SEXP self__ , SEXP c_arg__allow_empty ) {
1583+ SEXP res = savvy_PlRExpr_item__ffi (self__ , c_arg__allow_empty );
1584+ return handle_result (res );
1585+ }
1586+
15821587SEXP savvy_PlRExpr_kurtosis__impl (SEXP self__ , SEXP c_arg__fisher , SEXP c_arg__bias ) {
15831588 SEXP res = savvy_PlRExpr_kurtosis__ffi (self__ , c_arg__fisher , c_arg__bias );
15841589 return handle_result (res );
@@ -3695,6 +3700,7 @@ static const R_CallMethodDef CallEntries[] = {
36953700 {"savvy_PlRExpr_is_not_null__impl" , (DL_FUNC ) & savvy_PlRExpr_is_not_null__impl , 1 },
36963701 {"savvy_PlRExpr_is_null__impl" , (DL_FUNC ) & savvy_PlRExpr_is_null__impl , 1 },
36973702 {"savvy_PlRExpr_is_unique__impl" , (DL_FUNC ) & savvy_PlRExpr_is_unique__impl , 1 },
3703+ {"savvy_PlRExpr_item__impl" , (DL_FUNC ) & savvy_PlRExpr_item__impl , 2 },
36983704 {"savvy_PlRExpr_kurtosis__impl" , (DL_FUNC ) & savvy_PlRExpr_kurtosis__impl , 3 },
36993705 {"savvy_PlRExpr_last__impl" , (DL_FUNC ) & savvy_PlRExpr_last__impl , 1 },
37003706 {"savvy_PlRExpr_len__impl" , (DL_FUNC ) & savvy_PlRExpr_len__impl , 1 },
0 commit comments