Skip to content

qenv-get_code example: comma missing?Β #247

Open
@jimrothstein

Description

@jimrothstein

NOW: no comma

#' within(qenv(){

CHANGE TO: (WITH comma)

#' q2 <-
#'   within(qenv(), {
#'     foo <- function() {
#'       x <<- x + 1
#'     }
#'     x <- 0
#'     foo()
#'     y <- x
#'   })

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions