Description Usage Arguments Details Value Examples
This function adds objects to the end of a list
1 | lappend(lst, obj, listname)
|
lst |
a list to which object is added |
obj |
an object which is added |
listname |
name of the added object as it appers in the list |
As the list can contain miscellaneous variable types, this function should also work regardless of the variable type. No thorough tests are done, however.
the original list with the object added
1 2 | all_station_lists <- lappend(all_station_lists,loaded_list$wmon,
"mos_stations_homogeneous_Europe")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.