Given a file path, this function will return a dataframe with file metadata: study_name, user_id, data_type, timestamp, n_rows, and file_path

summarize_csv(csv_path)

Arguments

csv_path

path to the csv file as a string

Value

a tibble with metadata about that file