R object browser for ESS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

613B

elisp code R functions

Tasks

Create helper functions

TODO Define the format to convey all the needed information

islist type pretty name size ? canonical name

lt label varname l -> +/" " if list t -> type

TODO Allow user-defined actions on object at point

Notes

Objects

List

ls()

Content

class(unclass(x)) -> list | other length(x) names(x)

Packages

List

search() "package:zzz"

Content

objects("package:zzz") class("package::zzz")

Actions

detach("package:zzz") help("package:zzz") help("zzz::fun")