Skip to content

Commit 0db2c30

Browse files
committed
export string_repr.numeric
1 parent 3899982 commit 0db2c30

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ S3method(string_repr,"function")
2323
S3method(string_repr,data.frame)
2424
S3method(string_repr,default)
2525
S3method(string_repr,matrix)
26+
S3method(string_repr,numeric)
2627
S3method(toString,LogEvent)
2728
export(.obj)
2829
export(Appender)

R/string_repr.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ string_repr.data.frame <- function(
8484
string_repr.matrix <- string_repr.data.frame
8585

8686

87+
#' @rdname string_repr
88+
#' @export
8789
string_repr.numeric <- function(
8890
x,
8991
width = 32L,

man/string_repr.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)