jeff1evesque / ist-687

Syracuse IST687 final project with Jesse Warren (team member)
2 stars 0 forks source link

Allow 'load_package' to handle arrays #17

Closed jeff1evesque closed 6 years ago

jeff1evesque commented 6 years ago

We need to convert load_package to handle an array input. Otherwise, other scripts, for instance basic.R could implement the corresponding function 2-3+ times. Whereas, if the input to load_package was an array, we could implement the function, a single time, to suffice all cases.

jeff1evesque commented 6 years ago

ed1be28: instead of supporting only array types, we allow both cases.