File tree 1 file changed +2
-2
lines changed
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
39
39
raw form of data:
40
40
41
41
* 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
43
43
* The complicated JSON data you got from scraping the Twitter API
44
44
* The hand-entered numbers you collected looking through a microscope
45
45
@@ -81,7 +81,7 @@ table/spreadsheet that had 21 rows (a row for gene names, and one row for each p
81
81
ids and one row for each data type).
82
82
83
83
If 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.
85
85
86
86
87
87
### The code book
You can’t perform that action at this time.
0 commit comments