Guillawme / rfret

Analyze FRET Binding Data with R
https://guillawme.github.io/rfret
Other
2 stars 5 forks source link

Isolated file reading code into internal functions #34

Closed Guillawme closed 6 years ago

Guillawme commented 6 years ago

This closes #33 and gets rid of some code duplication.

All *_format_data functions can now simply call the internal function load_data and pass it a vector of file names (optionally with named items, and these item names will be retained), a directory name, a single dataset already loaded as a dataframe, or a named list of already loaded dataframes.