diff --git a/src/apply.jl b/src/apply.jl index 180b1ec..abc4c63 100644 --- a/src/apply.jl +++ b/src/apply.jl @@ -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)))