load_elsoc: load_elsoc

View source: R/load_elsoc.R

load_elsocR Documentation

load_elsoc

Description

Loads the elsoc dataset into the workspace

Usage

load_elsoc(data = "long", name = NULL)

Arguments

data

string specifying format of data to load. Options are:

  • 'long' (default)

  • 'wide'

  • 'territorial-2016'

  • 'territorial-2017'

  • 'territorial-2018'

  • 'territorial-2019'

  • 'elsoc-cit-2016'

name

specify the name in which the data object is stored

Value

loads the elsoc dataset into the workspace

Examples


load_elsoc()
load_elsoc(name = 'anyname')
load_elsoc(data = 'wide')
load_elsoc(data = 'territorial-2019')


edgardo-cerda/elsoc documentation built on April 14, 2022, 5:36 p.m.