Browse Source

Add preliminary notes

master
Maxime Wack 4 years ago
parent
commit
b7af675092
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      notes.org

+ 20
- 0
notes.org View File

@@ -2,5 +2,25 @@
* Tasks

* Notes
** Packages
*** List
search() "package:zzz"

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

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

** Objects
*** List
ls()

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

Loading…
Cancel
Save