frmtb: Suitable Format Function

Description Usage Arguments Value Examples

View source: R/R PACKAGE (DEFINITIVO).R

Description

The function retrieves the data we import, attributing a date vector to the rows.

Usage

1
frmtb(d, vct_date)

Arguments

d

The dataframe of interest for the package.

vct_date

A vector with dates to attribute to the rows of the dataframe.

Value

A new dataframe , obtained by eliminating the first column and denominating rows with the dates we chose.

Examples

1
tab <- frmtb(data,c('30/06/2016','30/06/2017','30/06/2018'))

unimi-dse/8554ac27 documentation built on Feb. 20, 2020, 10:13 p.m.