Skip to content

Commit

Permalink
vim
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed May 4, 2017
1 parent 09f9cca commit f1c74f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,7 @@ setMethod("hint",
stopifnot(all(sapply(parameters, is.character)))
jdf <- callJMethod(x@sdf, "hint", name, parameters)
dataFrame(jdf)
})
})

#' alias
#'
Expand Down

0 comments on commit f1c74f3

Please sign in to comment.