File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ It is critical that you include the rawest form of the data that you have access
3939raw form of data:
4040
4141* The strange binary file your measurement machine spits out
42- * The unformated Excel file with 10 workbooks the company you contracted with sent you
42+ * The unformated Excel file with 10 worksheets the company you contracted with sent you
4343* The complicated JSON data you got from scraping the Twitter API
4444* The hand-entered numbers you collected looking through a microscope
4545
@@ -81,7 +81,7 @@ table/spreadsheet that had 21 rows (a row for gene names, and one row for each p
8181ids and one row for each data type).
8282
8383If you are sharing your data with the collaborator in Excel the tidy data should be in one Excel file per table. They
84- should not have multiple workbooks , no macros should be applied to the data, and no columns/cells should be highlighted.
84+ should not have multiple worksheets , no macros should be applied to the data, and no columns/cells should be highlighted.
8585
8686
8787### The code book
You can’t perform that action at this time.
0 commit comments