Skip to contents

Import csv files from folder and combine in dataframe

Usage

import_data(file_directory, Velocity, Acceleration)

Arguments

file_directory

path to folder as character string

Velocity

name of the velocity column, by default "Velocity"

Acceleration

name of the acceleration column, by default "Acceleration"

Details

This function imports csv files from folder and combine them into a dataframe.