@@ -117,7 +117,7 @@ pca_main_panel <- function(ns){
117
117
radioGroupButtons(
118
118
inputId = ns(" file_ext_plot1" ),
119
119
label = " File Type:" ,
120
- choices = c(" .png" , " .tiff" , " .pdf " , " .svg " ),
120
+ choices = c(" .png" , " .tiff" , " .svg " , " .pdf " ),
121
121
selected = " .png"
122
122
)
123
123
),
@@ -195,7 +195,7 @@ pca_main_panel <- function(ns){
195
195
radioGroupButtons(
196
196
inputId = ns(" file_ext_Loadings" ),
197
197
label = " File Type:" ,
198
- choices = c(" .png" , " .tiff" , " .pdf " , " .svg " ),
198
+ choices = c(" .png" , " .tiff" , " .svg " , " .pdf " ),
199
199
selected = " .png"
200
200
)
201
201
)
@@ -256,7 +256,7 @@ pca_main_panel <- function(ns){
256
256
radioGroupButtons(
257
257
inputId = ns(" file_ext_Loadings_matrix" ),
258
258
label = " File Type:" ,
259
- choices = c(" .png" , " .tiff" , " .pdf " , " .svg " ),
259
+ choices = c(" .png" , " .tiff" , " .svg " , " .pdf " ),
260
260
selected = " .png"
261
261
)
262
262
)
@@ -306,7 +306,7 @@ pca_main_panel <- function(ns){
306
306
radioGroupButtons(
307
307
inputId = ns(" file_ext_Scree" ),
308
308
label = " File Type:" ,
309
- choices = c(" .png" , " .tiff" , " .pdf " , " .svg " ),
309
+ choices = c(" .png" , " .tiff" , " .svg " , " .pdf " ),
310
310
selected = " .png"
311
311
)
312
312
)
0 commit comments