import_data: Imports Data from csv file and stores it in a df.

Description Usage Details Value Examples

View source: R/importdata.R

Description

This function reads the data from a csv-file and returns it as a DataFrame-object.It also handles missing age data using locf.

Usage

1

Details

This functions downloads the train.csv file from the package to the user's local and creates a dataframe.It then handles missing data and stores the dataframe to a .rda file under the data folder.

Value

This function returns the dafaframe after its created.

Examples

1

deephalder/Data_Test documentation built on Feb. 22, 2020, 5:41 a.m.