load_pkg: Load frequent used packages.

Description Usage Arguments Value Examples

View source: R/load_pkg.R

Description

The package pass two argments x and y. x is a vector with packages that user plan to load. y is a logical vector, where TRUE load a default package list from developer. You need chosse Y TRUE or FALSE. If x do not specified, the package load a list of default packages.

Usage

1
load_pkg(x, y)

Arguments

x

A string vector of packages names (optional).

y

Logical. If TRUE load the default package list (dplyr, ggplot2,ggthemes, reshape2, electionsBR)

Value

Packages loaded.

Examples

1
load_pkg(x=c('tools', 'curl'),y=FALSE)

willbernascimento/ShinobiTools documentation built on Dec. 3, 2019, 11:11 a.m.