Skip to content

Commit

Permalink
sankeyplot template
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsecrest committed Oct 27, 2023
1 parent 9dfbb6c commit 5b8d2db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/sankey_plot.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sankey_plot <- function() {

}
3 changes: 3 additions & 0 deletions tests/testthat/test-sankey_plot.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("multiplication works", {
expect_equal(2 * 2, 4)
})

0 comments on commit 5b8d2db

Please sign in to comment.