Lists

Introduction

Introduction

lists in r need not be same type.

lists stores references to values, not values

get bits of it using

my_list$n
or my_list[["n"]]

unlist

names function on lists?