Skip to content

Commit

Permalink
Apply #86 further
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Sep 8, 2022
1 parent c351527 commit 4c18105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/pathways_cbd.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
#' `pathway_level2`.
#' @export
#' @usage pathways_cbd()
#' @importFrom dplyr tibble

pathways_cbd <- function() pathwayscbd

pathwayscbd <- tibble(
pathwayscbd <- dplyr::tibble(
pathway_level1 = c(
rep("release", 9),
rep("escape", 13),
Expand Down

0 comments on commit 4c18105

Please sign in to comment.