load_uber: load_uber

Usage Examples

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    library(curl)
    uber = readRDS(gzcon(curl("https://www.dropbox.com/s/dz2jbuckmsnzzsn/uber?dl=1")))
  }

VadimSokolov/pacourse documentation built on May 9, 2019, 9:42 p.m.