Skip to content

Commit

Permalink
Update apply docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Moynihan committed Mar 25, 2021
1 parent 9e3fef0 commit 271e3f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/apply.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ If no `cols` are specified, then the [`Transform`](@ref) is applied to all colum
Optionally provide a `header` for the output table. If none is provided the default in
`Tables.table` is used.
# Return
* If `cols` is a single value (not in a list): the transformed column vector.
* Otherwise: an array containing each transformed column, in the same order as `cols`.
"""
function apply(table, t::Transform; cols=nothing, kwargs...)
Tables.istable(table) || throw(MethodError(apply, (table, t)))
Expand Down

0 comments on commit 271e3f5

Please sign in to comment.