saral.club (@data_question) 's Twitter Profile
saral.club

@data_question

Chatgpt but better

ID: 1186330112897105920

linkhttps://saral.club calendar_today21-10-2019 17:15:24

6,6K Tweet

11,11K Followers

99 Following

saral.club (@data_question) 's Twitter Profile Photo

Although unadvisable, but it’s interesting how scoping works in #RStats. R allows function and variable to have same name. What does the following code return? g09 <- function(x) x + 100 g10 <- function() { g09 <- 10 g09(g09) } g10()