Repository for R package vdr

R-CMD-check

Includes several functions related to book "VisualizaĆ§Ć£o de Dados com o R", to be published, hopefully, in early 2023.

Installation

# install from github (up to date version)
if (!require(devtools)) install.packages(devtools)
devtools::install_github('msperlin/vdr')

Example of usage

Listing available datasets

vdr::data_list()

Fetching data from book repository

df <- vdr::data_import('Chapter02-PETR3-and-BVSP-2015-2022.csv')

dplyr::glimpse(df)

Copying all book files to local directory

flag <- vdr::bookfiles_get()


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