[Rd] `body<-` removes the class attributes

Antoine Fabri @nto|ne@|@br| @end|ng |rom gm@||@com
Thu Nov 21 12:35:22 CET 2019


Dear all,

`body<-` removes the class of the input function, it's undocumented and I
not what I would expect.

``` r
foo <- function() {1}
class(foo) <- "bar"
attr(foo, "class")
#> [1] "bar"
body(foo) <- 2
attr(foo, "class")
#> NULL
```

Best regards,

Antoine

	[[alternative HTML version deleted]]



More information about the R-devel mailing list