Skip to content

Commit eefcdde

Browse files
committedJan 6, 2022
add global binder for mutate_if()
1 parent baf8a3d commit eefcdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎R/app_server.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ app_server <- function( input, output, session ) {
854854
"med" = rangenames[2],
855855
"high" = rangenames[3]
856856
)) %>%
857-
mutate_if(is.numeric,function(x)replace(x,which(x>1),1))
857+
dplyr::mutate_if(is.numeric,function(x)replace(x,which(x>1),1))
858858

859859
kiteplot <- ggradar(PM.try2,
860860
axis.labels = axis.labels,

0 commit comments

Comments
 (0)