RList.put

Add an Robj to the end of the list and set the name to name. Will throw an error if the RList is full.

  1. void put(Robj x, string name)
  2. void put(Robj x)
    struct RList
    void
    put

Meta