Skip to content

Commit

Permalink
Additional note
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski authored and dfalbel committed Sep 30, 2024
1 parent 3d90bf5 commit daf9348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/variables-pane-extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ Example:

```r
ark_variable_get_children.foo <- function(x, ...) {
# return an R list of children. For example:
# Return an R list of children. The order of children should be
# stable between repeated calls on the same object. For example:
list(
a = c(1, 2, 3),
b = "Hello world",
Expand Down

0 comments on commit daf9348

Please sign in to comment.