This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
Elispots-app
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Start ggpubr stats usage.
stats
Costa
3 years ago
parent
348ae5193b
commit
aadbe29aa1
1 changed files
with
5 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
app.R
+ 5
- 2
app.R
View File
@ -1,13 +1,16 @@
library
(
shiny
)
library
(
shiny
)
library
(
openxlsx
)
library
(
openxlsx
)
library
(
readxl
)
library
(
readxl
)
library
(
ggplot2
)
# library(ggplot2
)
library
(
reshape2
)
library
(
reshape2
)
library
(
dplyr
)
# library(dplyr
)
library
(
ggbeeswarm
)
library
(
ggbeeswarm
)
library
(
magrittr
)
library
(
magrittr
)
library
(
flextable
)
library
(
flextable
)
source
(
"
funcions.R"
)
source
(
"
funcions.R"
)
library
(
tidyverse
)
library
(
rstatix
)
library
(
ggpubr
)
ui
<-
fluidPage
(
ui
<-
fluidPage
(
#Navbar
#Navbar
Write
Preview
Loading…
Cancel
Save