# This example uses sample data, run
# `ieegio_sample_data("streamlines/CNVII_R.trk")` to download
if( ieegio_sample_data("streamlines/CNVII_R.tt.gz", test = TRUE) ) {
path <- ieegio_sample_data("streamlines/CNVII_R.tt.gz")
# read
x <- io_read_tt(path)
plot(x)
}
Run the code above in your browser using DataLab