Skip to content

Commit 95310d3

Browse files
committed
chore: add pkg namespace
1 parent c338ea0 commit 95310d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_p_scatterplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ srv_p_scatterplot <- function(id,
8383
dplyr::filter(filter_var == input_event_type) |>
8484
dplyr::select(subject_var, x_var, y_var, color_var) |>
8585
dplyr::mutate(color_var = factor(color_var, levels = names(colors)))
86-
p <- plot_ly(
86+
p <- plotly::plot_ly(
8787
data = plot_data,
8888
x = ~x_var,
8989
y = ~y_var,

0 commit comments

Comments
 (0)