Skip to content

Commit 2368184

Browse files
committed
Rename delta time column in report
1 parent b6237ef commit 2368184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ table %>%
9898
Sample = "Sample",
9999
Collection_Date = "Collection date",
100100
Lineage = "Lineage",
101-
DeltaTime = "Days since first sampling"
101+
DeltaTime = "Days after first sampling"
102102
) %>%
103103
tab_style(
104104
style = list(

0 commit comments

Comments
 (0)