Skip to content

Commit b5cbae3

Browse files
committed
fix roxygen warning
1 parent bf08221 commit b5cbae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/style.R

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ style <- function(p, ..., traces = NULL) {
6464
#' @param trace a single plotly trace
6565
#' @param path character vector of path elements pointing to a trace property: c("marker", "line", "size")
6666
#' @param value a value to assign to that trace property
67+
#' @noRd
6768
trace_replace <- function(trace, path, value) {
6869
if (length(path) == 0) return(trace)
6970
if (length(path) == 1) {

0 commit comments

Comments
 (0)