<< We have an application that an Array would be appropriate.. Can R:Base use them? >>
The R:Base language has no array support. You can use a temporary table as an on-disk array. If you're certain that your array data will never include commas, you can use a comma-delimited string variable as a sort of an array as well. I'm considering building a set of custom R:Base user-defined-functions to support one dimensional string arrays. Would that be of use to you? -- Larry

