Learn R Programming

rlist (version 0.4.6.1)

list.reverse: Reverse a list

Description

Reverse a list

Usage

list.reverse(.data)

Arguments

.data

A list or vector

Examples

Run this code
# NOT RUN {
x <- list(a=1,b=2,c=3)
list.reverse(x)
# }

Run the code above in your browser using DataLab