Skip to content

Commit 54f9048

Browse files
Nj221102nitish jha
andauthored
reformatting text (#6011)
Co-authored-by: nitish jha <[email protected]>
1 parent 3a4ec47 commit 54f9048

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

man/print.data.table.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
print(DT, trunc.cols=TRUE)
101101
options(old_width)
102102

103-
# `char.trunc` will truncate the strings if their lengths exceed the given limit: `datatable.prettyprint.char`
103+
# `char.trunc` will truncate the strings,
104+
# if their lengths exceed the given limit: `datatable.prettyprint.char`
104105
# For example:
105106

106107
old = options(datatable.prettyprint.char=5L)

man/transpose.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
}
77

88
\usage{
9-
transpose(l, fill=NA, ignore.empty=FALSE, keep.names=NULL, make.names=NULL, list.cols=FALSE)
9+
transpose(l, fill=NA, ignore.empty=FALSE, keep.names=NULL,
10+
make.names=NULL, list.cols=FALSE)
1011
}
1112
\arguments{
1213
\item{l}{ A list, data.frame or data.table. }

0 commit comments

Comments
 (0)