diff --git a/ShinyBlank.Rproj b/ShinyBlank.Rproj index 3af27f6..f5610c1 100644 --- a/ShinyBlank.Rproj +++ b/ShinyBlank.Rproj @@ -1,5 +1,5 @@ Version: 1.0 - + RestoreWorkspace: Default SaveWorkspace: Default AlwaysSaveHistory: Default diff --git a/ui.R b/ui.R index 5153422..0d9655c 100644 --- a/ui.R +++ b/ui.R @@ -13,6 +13,6 @@ shinyUI(pageWithSidebar( mainPanel( selDataTableOutput("myTable") - ) + ) ) )