Skip to content

Commit 4bd08e9

Browse files
author
Jing Lu
committed
Merge pull request startupjing#1 from hyiltiz/patch-1
Typo: The first list is for POSIXlt, not POSIXct
2 parents 8ae2955 + c7712a3 commit 4bd08e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/R_language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Contents:
332332
+ two classes
333333
- POSIXct: large integer, useful for data frame
334334
- POSIXlt: store a bunch of useful information
335-
+ POSIXct usage
335+
+ POSIXlt usage
336336
- create time: `x <- Sys.time()`
337337
- create class: `p <- as.POSIXlt(x)`
338338
- get information: `names(unclass(p))` and `p$sec`

0 commit comments

Comments
 (0)