Displaying 3 results from an estimated 3 matches for "wwa418".
2011 Aug 30
1
Why does loading saved/cached objects add significantly to RAM consumption?
..."XP"
version nodename
"build 2600, Service Pack 3" "ASHB-109C-02"
machine login
"x86" "wwa418"
user
"wwa418"
> sessionInfo()
R version 2.13.1 (2011-07-08)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
[3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
[5] LC_TI...
2011 Feb 11
0
RCurl - HTTP request of header ONLY
..."XP"
version nodename
"build 2600, Service Pack 3" "ASHB-109C-02"
machine login
"x86" "wwa418"
user
"wwa418"
2010 Nov 10
0
Retrieve all names of nested list and index list based on these names
Hi all,
I looked for a function that would retrieve all(!) names of an arbitrary
deeply nested named list. Also, names should optionally be arranged in a
way that reflects the list's hierarchy structure (i.e. 'a$a.1$a.1.1' etc.)
Also, there should be a recursive index linked to a respective list branch
that could be used to index a list by names (as you would do with named
vectors,