You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should not automatically output a csv file (correlation_results.csv). The user should have to use a function and provide the name for the output file. In general, functions should not have "side effects" (i.e., a function should just do one thing)