Skip to content

Commit e716fd4

Browse files
committed
Update examples
1 parent 65c0c33 commit e716fd4

File tree

12 files changed

+738
-86
lines changed

12 files changed

+738
-86
lines changed

R/asciiAnova.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")

R/asciiDataFrame.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")

R/asciiGlm.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")
@@ -23,6 +24,7 @@ ascii.glm <- function (x, include.rownames = TRUE, include.colnames = TRUE, rown
2324
return(obj)
2425
}
2526

27+
##' @rdname ascii
2628
##' @export
2729
##' @examples
2830
##' op <- options(asciiType = "org")

R/asciiHtest.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")

R/asciiList.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")
@@ -17,6 +18,7 @@ ascii.simple.list <- function(x, caption = NULL, caption.level = NULL, list.type
1718
return(obj)
1819
}
1920

21+
##' @rdname ascii
2022
##' @export
2123
##' @examples
2224
##' op <- options(asciiType = "org")

R/asciiLm.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")
@@ -23,6 +24,7 @@ ascii.lm <- function (x, include.rownames = TRUE, include.colnames = TRUE, rowna
2324
return(obj)
2425
}
2526

27+
##' @rdname ascii
2628
##' @export
2729
##' @examples
2830
##' op <- options(asciiType = "org")

R/asciiMatrix.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")

R/asciiTable.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")

R/asciiVector.r

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##' @rdname ascii
12
##' @export
23
##' @examples
34
##' op <- options(asciiType = "org")
@@ -22,6 +23,7 @@ ascii.integer <- function (x, include.rownames = FALSE, include.colnames = FALSE
2223
return(obj)
2324
}
2425

26+
##' @rdname ascii
2527
##' @export
2628
##' @examples
2729
##' op <- options(asciiType = "org")
@@ -46,6 +48,7 @@ ascii.numeric <- function (x, include.rownames = FALSE, include.colnames = FALSE
4648
return(obj)
4749
}
4850

51+
##' @rdname ascii
4952
##' @export
5053
##' @examples
5154
##' op <- options(asciiType = "org")
@@ -70,6 +73,7 @@ ascii.character <- function (x, include.rownames = FALSE, include.colnames = FAL
7073
return(obj)
7174
}
7275

76+
##' @rdname ascii
7377
##' @export
7478
##' @examples
7579
##' op <- options(asciiType = "org")

0 commit comments

Comments
 (0)