Imports collected data from file into a dataframe of class datasource and specified
socialmedia type that is usable by Create functions.
ImportData(file, type = "csv", socialmedia)Character string. Collected data file path.
Character string. Type of file or file format of file to import csv or rds. Default is
csv.
Character string. Social media type of collected data twitter, youtube or
reddit.
A dataframe with datasource class attributes.