Skip to content

Commit

Permalink
reformatting text (#6011)
Browse files Browse the repository at this point in the history
Co-authored-by: nitish jha <nitishjha@nitishs-MacBook-Air.local>
  • Loading branch information
Nj221102 and nitish jha authored Mar 18, 2024
1 parent 3a4ec47 commit 54f9048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion man/print.data.table.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
print(DT, trunc.cols=TRUE)
options(old_width)

# `char.trunc` will truncate the strings if their lengths exceed the given limit: `datatable.prettyprint.char`
# `char.trunc` will truncate the strings,
# if their lengths exceed the given limit: `datatable.prettyprint.char`
# For example:

old = options(datatable.prettyprint.char=5L)
Expand Down
3 changes: 2 additions & 1 deletion man/transpose.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
}

\usage{
transpose(l, fill=NA, ignore.empty=FALSE, keep.names=NULL, make.names=NULL, list.cols=FALSE)
transpose(l, fill=NA, ignore.empty=FALSE, keep.names=NULL,
make.names=NULL, list.cols=FALSE)
}
\arguments{
\item{l}{ A list, data.frame or data.table. }
Expand Down

0 comments on commit 54f9048

Please sign in to comment.