Skip to content

Commit

Permalink
Added to shouldPrint.md that it is read-once.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed May 19, 2016
1 parent 3ec2d61 commit 552fbe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions man/shouldPrint.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
\details{
Should IRkernel/Jupyter print a data.table returned invisibly by DT[,:=] ?
This is a read-once function since it resets an internal flag. If you need the value more than once in your logic, store the value from the first call.
}
\value{
TRUE or FALSE.
Expand Down

0 comments on commit 552fbe8

Please sign in to comment.