Open
Description
Lines:
Lines 278 to 285 in a2d0181
Reprex:
p <- ggplot(mpg, aes(cty, hwy)) + geom_point()
p$barret <- "Hello"
as.list(p)
Expecting: `list(..., barret = "Hello")
Received: list(..., meta = list(barret = "Hello"))
Lines:
Lines 278 to 285 in a2d0181
Reprex:
p <- ggplot(mpg, aes(cty, hwy)) + geom_point()
p$barret <- "Hello"
as.list(p)
Expecting: `list(..., barret = "Hello")
Received: list(..., meta = list(barret = "Hello"))