Skip to content

Commit 1c9d3b0

Browse files
committed
Taking copilots recommendations and adding return in use_att_names
1 parent e52bd53 commit 1c9d3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/use_att_names.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ use_att_names <- function(data) {
1616
t = data |> get_timeindays_var(),
1717
result = data |> serocalculator::get_values_var()
1818
)
19+
return(data)
1920
}

0 commit comments

Comments
 (0)