Skip to content

Commit 57ea413

Browse files
committed
Shiny app restructuration
1 parent 952ffda commit 57ea413

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

inst/shiny/histogram.R renamed to inst/shiny/histogram/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Histogram with variable classes
22

33
ui <- fluidPage(
4-
titlePanel("Choix des classes pour un histogramme"),
4+
titlePanel(""), #"Choix des classes pour un histogramme"),
55
sidebarLayout(
66
sidebarPanel(
77
sliderInput(inputId = "bins", label = "Nombre de classes:",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: histogram
2+
title: histogram
3+
username:
4+
account: phgrosjean
5+
server: shinyapps.io
6+
hostUrl: https://api.shinyapps.io/v1
7+
appId: 590204
8+
bundleId: 1721275
9+
url: https://phgrosjean.shinyapps.io/histogram/
10+
when: 1543252660.5674
11+
asMultiple: FALSE
12+
asStatic: FALSE

0 commit comments

Comments
 (0)