Search notes:

R function: ls.str

x <- 42
y <-'foo'
z <- function(x) x^2

ls.str()
# x :  num 42
# y :  chr "foo"
# z : function (x)
Github repository about-r, path: /functions/ls.str.R

See also

R function: ls
Index to (some) R functions

Index