Open mle2718 opened 2 years ago
the scallop analysis rmd did not sort the data in many of the printed tables.
@mle2718 added code to sort a few of the tables: here's a couple examples.
https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/e046b67f4bbcb0979019480c2a34dbb35a0c7e57/analysis_code/scallop_analysis_0322.Rmd#L1631-L1646
https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/e046b67f4bbcb0979019480c2a34dbb35a0c7e57/analysis_code/scallop_analysis_0322.Rmd#L1609-L1623
Then I got tired of copy/pasting and stopped. After you pull and test the Dev branch, please sort these tables in reasonable ways using arrange(). This is low priority though -- after the writing is tidied up.
arrange()
the scallop analysis rmd did not sort the data in many of the printed tables.
@mle2718 added code to sort a few of the tables: here's a couple examples.
https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/e046b67f4bbcb0979019480c2a34dbb35a0c7e57/analysis_code/scallop_analysis_0322.Rmd#L1631-L1646
https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/e046b67f4bbcb0979019480c2a34dbb35a0c7e57/analysis_code/scallop_analysis_0322.Rmd#L1609-L1623
Then I got tired of copy/pasting and stopped. After you pull and test the Dev branch, please sort these tables in reasonable ways using
arrange()
. This is low priority though -- after the writing is tidied up.