Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 5, 2020
1 parent ba77415 commit 7c39a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r_package/R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fromList = function(upsetjs, value, order.by="cardinality", limit=NULL, shared=N
#' @param order.by order intersections by cardinality or name
#' @return the object given as first argument
#' @examples
#' upsetjs() %>% fromExpression(list(a=3, b=2, `a&b`=2)))
#' upsetjs() %>% fromExpression(list(a=3, b=2, `a&b`=2))
#'
#' @export
fromExpression = function(upsetjs, value, symbol="&", order.by="cardinality") {
Expand Down

0 comments on commit 7c39a17

Please sign in to comment.