-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathekspor.R
91 lines (83 loc) · 1.69 KB
/
ekspor.R
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Mengekspor aplikasi Shiny ke folder "app".
shinylive::export(
appdir = "apl-derajat-radian",
destdir = "app",
subdir = "derajat-radian"
)
shinylive::export(
appdir = "apl-dist-t",
destdir = "app",
subdir = "dist-t"
)
shinylive::export(
appdir = "apl-hukum-bil-besar",
destdir = "app",
subdir = "hukum-bil-besar"
)
shinylive::export(
appdir = "apl-idn-pisa-2022",
destdir = "app",
subdir = "idn-pisa-2022"
)
shinylive::export(
appdir = "apl-lempar-undi-dadu",
destdir = "app",
subdir = "lempar-undi-dadu"
)
shinylive::export(
appdir = "apl-selang-kepercayaan",
destdir = "app",
subdir = "selang-kepercayaan"
)
shinylive::export(
appdir = "apl-simpangan-baku",
destdir = "app",
subdir = "simpangan-baku"
)
shinylive::export(
appdir = "apl-simulasi-tabungan",
destdir = "app",
subdir = "simulasi-tabungan"
)
shinylive::export(
appdir = "apl-teor-lim-pusat",
destdir = "app",
subdir = "teor-lim-pusat"
)
shinylive::export(
appdir = "apl-uji-t-welch",
destdir = "app",
subdir = "uji-t-welch"
)
shinylive::export(
appdir = "app-vid-analytics",
destdir = "app",
subdir = "vid-analytics"
)
shinylive::export(
appdir = "app-bib-math-educ",
destdir = "app",
subdir = "bib-math-educ"
)
shinylive::export(
appdir = "reprex",
destdir = "app",
subdir = "reprex"
)
shinylive::export(
appdir = "apl-kalkulator-matahari",
destdir = "app",
subdir = "kalkulator-matahari"
)
shinylive::export(
appdir = "apl-jelajah-raja-ampat",
destdir = "app",
subdir = "jelajah-raja-ampat"
)
shinylive::export(
appdir = "apl-model-polinomial",
destdir = "app",
subdir = "model-polinomial"
)
# Menguji aplikasi dalam folder "docs".
httpuv::runStaticServer("app")