@@ -480,7 +480,7 @@ setMethod("distinct",
480480# ' @param withReplacement Sampling with replacement or not
481481# ' @param fraction The (rough) sample target fraction
482482# ' @rdname sampleDF
483- # ' @alias sample_frac
483+ # ' @aliases sample_frac
484484# ' @export
485485# ' @examples
486486# '\dontrun{
@@ -503,7 +503,7 @@ setMethod("sampleDF",
503503 })
504504
505505# ' @rdname sampleDF
506- # ' @alias sampleDF
506+ # ' @aliases sampleDF
507507setMethod ("sample_frac ",
508508 signature(x = " DataFrame" , withReplacement = " logical" ,
509509 fraction = " numeric" ),
@@ -692,7 +692,7 @@ setMethod("toRDD",
692692# ' @param x a DataFrame
693693# ' @return a GroupedData
694694# ' @seealso GroupedData
695- # ' @alias group_by
695+ # ' @aliases group_by
696696# ' @rdname groupBy
697697# ' @export
698698# ' @examples
@@ -730,7 +730,7 @@ setMethod("group_by",
730730# '
731731# ' @param x a DataFrame
732732# ' @rdname DataFrame
733- # ' @alias summarize
733+ # ' @aliases summarize
734734# ' @export
735735setMethod ("agg ",
736736 signature(x = " DataFrame" ),
@@ -739,7 +739,7 @@ setMethod("agg",
739739 })
740740
741741# ' @rdname DataFrame
742- # ' @alias agg
742+ # ' @aliases agg
743743setMethod ("summarize ",
744744 signature(x = " DataFrame" ),
745745 function (x , ... ) {
@@ -982,7 +982,7 @@ setMethod("withColumn",
982982# ' @param col a named argument of the form name = col
983983# ' @return A new DataFrame with the new columns added.
984984# ' @rdname withColumn
985- # ' @alias withColumn
985+ # ' @aliases withColumn
986986# ' @export
987987# ' @examples
988988# '\dontrun{
@@ -1049,7 +1049,7 @@ setMethod("withColumnRenamed",
10491049# ' @param newCol A named pair of the form new_column_name = existing_column
10501050# ' @return A DataFrame with the column name changed.
10511051# ' @rdname withColumnRenamed
1052- # ' @alias withColumnRenamed
1052+ # ' @aliases withColumnRenamed
10531053# ' @export
10541054# ' @examples
10551055# '\dontrun{
0 commit comments