combine_predictors: Combines individual predictor files

Description Usage Arguments Value

Description

This function will take a list of files which has vectors of equal length, and combine them into one dataframe. It is ideal when each one of the predictor variables comes in it's own file.

Usage

1
combine_predictors(file_list, var_names = NULL)

Arguments

file_list

A list of files path for which t here are vectors of data we want to combine into one dataframe

var_names

An optional character vector which specifies the names of the columes in the resulting dataframe

Value

A dataframe of the equal length vectors merged together


leerichardson/sdsmR documentation built on May 21, 2019, 1:39 a.m.