alexxai / Binning-Nex-files-in-R

This code is for using R to bin timestamps in .Nex files and plot neural firing rates.
MIT License
0 stars 0 forks source link

Import .Nex files into a data.frame in R #1

Open alexxai opened 9 years ago

alexxai commented 9 years ago

This code should point to a single .Nex file and import it into R as a data.frame

alexxai commented 9 years ago

This might be helpful: https://cran.r-project.org/doc/manuals/r-release/R-data.html

alexxai commented 9 years ago

It also seems like we could write a .Nex script to export timestamps as a txt file, which should be an easy way into an R data.frame. Although this is a little more cumbersome than reading R files directly.