Skip to content
Prev 165428 / 398506 Next

Ordered Multidimensional Arrays

I take a similar approach by storing my vcv's in a list w/ the date
stored as a character vector "%y-%m-%d" as the list names.  That way
you can easily grab the vcv you need by casting your date to a string
and using it to index the list.

not sure if that will work for you.

hth,
Whit
On Tue, Dec 23, 2008 at 3:08 PM, Patrick Burns <pburns at pburns.seanet.com> wrote: