data_import: Import data from package vdr

View source: R/data_fcts.R

data_importR Documentation

Import data from package vdr

Description

This is a helper function of book "VisualizaĆ§Ć£o de dados com o R" by Marcelo S. Perlin. With this function you'll be able to read the tables used in the book using only file names.

Usage

data_import(name_dataset)

Arguments

name_dataset

Name of the dataset filename (see data_list for more details)

Value

A path to the data file

Examples

file_name <- data_list()[1]
df <- data_import(file_name)
df

msperlin/vdr documentation built on Nov. 25, 2022, 2:29 a.m.