# Generated by roxygen2: do not edit by hand

S3method(as_function,"function")
S3method(as_function,character)
S3method(as_function,default)
S3method(as_function,formula)
S3method(as_function,list)
S3method(as_function,numeric)
export("%>%")
export("%@%")
export("%||%")
export(accumulate)
export(accumulate_right)
export(array_branch)
export(array_tree)
export(as_function)
export(as_vector)
export(at_depth)
export(by_row)
export(by_slice)
export(compact)
export(compose)
export(contains)
export(cross2)
export(cross3)
export(cross_d)
export(cross_n)
export(detect)
export(detect_index)
export(discard)
export(dmap)
export(dmap_at)
export(dmap_if)
export(every)
export(flatmap)
export(flatten)
export(flatten_chr)
export(flatten_dbl)
export(flatten_df)
export(flatten_int)
export(flatten_lgl)
export(head_while)
export(invoke)
export(invoke_map)
export(invoke_map_chr)
export(invoke_map_dbl)
export(invoke_map_df)
export(invoke_map_int)
export(invoke_map_lgl)
export(invoke_rows)
export(is_atomic)
export(is_bare_atomic)
export(is_bare_character)
export(is_bare_double)
export(is_bare_integer)
export(is_bare_list)
export(is_bare_logical)
export(is_bare_numeric)
export(is_bare_vector)
export(is_character)
export(is_double)
export(is_empty)
export(is_formula)
export(is_function)
export(is_integer)
export(is_list)
export(is_logical)
export(is_null)
export(is_numeric)
export(is_scalar_atomic)
export(is_scalar_character)
export(is_scalar_double)
export(is_scalar_integer)
export(is_scalar_list)
export(is_scalar_logical)
export(is_scalar_numeric)
export(is_scalar_vector)
export(is_vector)
export(keep)
export(lift)
export(lift_dl)
export(lift_dv)
export(lift_ld)
export(lift_lv)
export(lift_vd)
export(lift_vl)
export(list_along)
export(lmap)
export(lmap_at)
export(lmap_if)
export(map)
export(map2)
export(map2_chr)
export(map2_dbl)
export(map2_df)
export(map2_int)
export(map2_lgl)
export(map3)
export(map_at)
export(map_call)
export(map_chr)
export(map_dbl)
export(map_df)
export(map_if)
export(map_int)
export(map_lgl)
export(map_n)
export(map_rows)
export(negate)
export(order_by)
export(partial)
export(pmap)
export(pmap_chr)
export(pmap_dbl)
export(pmap_df)
export(pmap_int)
export(pmap_lgl)
export(possibly)
export(prepend)
export(pwalk)
export(quietly)
export(rbernoulli)
export(rdunif)
export(reduce)
export(reduce_right)
export(rep_along)
export(rerun)
export(safely)
export(set_names)
export(simplify)
export(simplify_all)
export(slice_rows)
export(some)
export(sort_by)
export(splice)
export(split_by)
export(tail_while)
export(transpose)
export(unslice)
export(update_list)
export(walk)
export(walk2)
export(walk3)
export(walk_n)
export(when)
export(zip2)
export(zip3)
export(zip_n)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(purrr,by_slice_impl)
useDynLib(purrr,extract_impl)
useDynLib(purrr,flatten_impl)
useDynLib(purrr,invoke_rows_impl)
useDynLib(purrr,map2_impl)
useDynLib(purrr,map_by_slice_impl)
useDynLib(purrr,map_impl)
useDynLib(purrr,pmap_impl)
useDynLib(purrr,transpose_impl)
useDynLib(purrr,vflatten_impl)
