Skip to content

Commit e582da1

Browse files
authored
First test version of factorize
to check encoding problem
1 parent b8045a5 commit e582da1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

R/factorize

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#' Factorize tensor product effect
2+
#'
3+
#' @export
4+
5+
factorize <- factorise <- function(x, ...) {
6+
UseMethod("factorize")
7+
}

0 commit comments

Comments
 (0)