Skip to content

Commit 4e684d6

Browse files
update function
#7
1 parent 21f0e49 commit 4e684d6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
importFrom(magrittr,"%>%")

R/colcompare.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#' avg_active_hours=c(16, 15, 8, 10)))
2626
#'
2727
#' colcompare(super_sleepers, super_actives)
28+
#'
29+
#' @importFrom magrittr %>%
2830

2931
colcompare <- function(x, y){
3032

man/colcompare.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)