Skip to content

Commit

Permalink
chore: fixed yet missing utils::head definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Jun 6, 2024
1 parent 46ae613 commit 2f99086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/moduleDifferences.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module_differences_server <-

# render target statistics
output$descr_selection_target_table <- renderTable({
head(target_out, 200)
utils::head(target_out, 200)
})

# handling the download options
Expand Down

0 comments on commit 2f99086

Please sign in to comment.