# We can use the function mpath_examples to get the path to the example data
basic_path <- mpath_example(file ="example_basic.csv")
meta_path <- mpath_example("example_meta.csv")
data <- read_mpath(file = basic_path,
meta_data = meta_path)
Run the code above in your browser using DataLab