Learn R Programming

vosonSML (version 0.29.13)

vosonSML::ImportData: Import collected data previously saved to file

Description

Imports collected data from file into a dataframe of class datasource and specified socialmedia type that is usable by Create functions.

Usage

ImportData(path, socialmedia, type = NULL)

Value

A dataframe with datasource class attributes.

Arguments

path

Character string. Collected data file path.

socialmedia

Character string. Social media type of collected data twitter, youtube or reddit.

type

Character string. Type of file or file format of file to import csv or rds. Default is NULL to use extension.