-
Notifications
You must be signed in to change notification settings - Fork 0
/
L.Rmd
77 lines (39 loc) · 2.32 KB
/
L.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# L {-}
## lapply{-}
> [lapply()](https://linkedin-learning.pxf.io/apply)
> [...vs by()](https://linkedin-learning.pxf.io/rweekly_by)
[leap_year()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
## length() {-}
> [...vector](https://linkedin-learning.pxf.io/rwkly_vector)
[levels()](https://linkedin-learning.pxf.io/rweekly_factor)
[lines()](https://linkedin-learning.pxf.io/plot)
[lintr](https://linkedin-learning.pxf.io/rweekly_styleguides)
## list {-}
> [...data structure](https://linkedin-learning.pxf.io/rweekly_lists)
[list.dirs()](https://linkedin-learning.pxf.io/rweekly_filechoose)
[list.files()](https://linkedin-learning.pxf.io/rweekly_filechoose)
[load()](https://linkedin-learning.pxf.io/rweekly_loadsave)
[Logical Datatype](https://linkedin-learning.pxf.io/rweekly_atomics)
[lower.tri()](https://linkedin-learning.pxf.io/rweeklyUpperLowerTri)
## lubridate{-}
>[am()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[ceiling_date()](https://linkedin-learning.pxf.io/rdatesLubridateRound)
>[date()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[ddays()](https://linkedin-learning.pxf.io/rdateLubridateMathDurations)
>[dhours()](https://linkedin-learning.pxf.io/rdateLubridateMathDurations)
>[dminutes()](https://linkedin-learning.pxf.io/rdateLubridateMathDurations)
>[dst()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[floor_date()](https://linkedin-learning.pxf.io/rdatesLubridateRound)
>[leap_year()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[mdy_hm()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)
>[month()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[now()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)
>[parse_date_time()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)
>[rollback()](https://linkedin-learning.pxf.io/rdatesLubridateRound)
>[round_date()](https://linkedin-learning.pxf.io/rdatesLubridateRound)
>[semester()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[today()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)
>[wday()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[year()](https://linkedin-learning.pxf.io/rdatesGetSetLubridate)
>[ymd()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)
>[ymd_hms()](https://linkedin-learning.pxf.io/rdatesLubridateParsing)