sr:set-named-list
sr:set-named-list r-variable-name column-name list or anything sr:set-named-list r-variable-name column-name1 list or anything 1 column-name2 list or anything 2...
Creates a new named list in R with the given variable name. The columns will have the names given. If the value for a column is a list, those will be the values for that column. If the value is a non-list, it will be used as the single item in that column. You can add additional column names and values by surrounding the command in parenthesis.
Take me to the full Simple R Extension Dictionary