Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent use of text output formats - csv, tsv #11

Open
Shaunson26 opened this issue Feb 8, 2023 · 0 comments
Open

Consistent use of text output formats - csv, tsv #11

Shaunson26 opened this issue Feb 8, 2023 · 0 comments
Labels
invalid This doesn't seem right TODO Things to do

Comments

@Shaunson26
Copy link
Collaborator

There are varying output formats across the package - write.table('*.txt', sep = ","), write.table('*.txt', sep = "\t"), write.csv('*.csv'), write.csv('*.txt')

We should decided on the preferred output and/or just be explicit when outputting - comma-delimited = .csv, tab-delimited =.txt ..i.e. should not have write.table to a .txt with a sep=","

@Shaunson26 Shaunson26 added invalid This doesn't seem right TODO Things to do labels Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right TODO Things to do
Projects
None yet
Development

No branches or pull requests

1 participant