Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7150 +/- ##
=======================================
Coverage 98.50% 98.50%
=======================================
Files 81 81
Lines 15032 15032
=======================================
Hits 14808 14808
Misses 224 224 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| 5 29 2000-12-05 2005-02-28 NA 2 1 NA" | ||
| s2 <- "family_id age_mother name_child1 name_child2 name_child3 gender_child1 gender_child2 gender_child3 | ||
| 1 30 'Ben' 'Anna' NA 1 2 NA | ||
| 2 27 'Tom' NA NA 2 NA NA |
There was a problem hiding this comment.
please use consistent indentation so data are easier to read.
There was a problem hiding this comment.
Thanks for pointing that out! I've updated the indentation for better readability.
Please take a look whenever you have a moment.
thanks.
| s2 = "family_id age_mother name_child1 name_child2 name_child3 gender_child1 gender_child2 gender_child3 | ||
| 1 30 Ben Anna NA 1 2 NA | ||
| 2 27 Tom NA NA 2 NA NA | ||
| 3 26 Lia Sam Amy 2 2 1 |
There was a problem hiding this comment.
original text uses right justification for each column.
your text sometimes uses right (gender_child2) and sometimes left (name_child2).
please change left to right justification for consistency.
|
please use a more informative and specific commit message than "Update datatable-reshape.Rmd" please click Files Changed tab and ensure indentation / spacing / alignment is consistent before and after. |
|
Hi @tdhock, |
|
yes that is great thanks! |
closes #6524
This PR addresses the issue #6524
changes i made -
hi @MichaelChirico can you please have a look when you have time .
thanks