The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Type: Package
Title: Logging for 'dplyr' and 'tidyr' Functions
Version: 1.1.0
Description: Provides feedback about 'dplyr' and 'tidyr' operations.
License: MIT + file LICENSE
Imports: dplyr, tidyr, glue, clisymbols, rlang (≥ 0.4.3)
Suggests: testthat, units, nycflights13, covr, forcats, knitr, rmarkdown, bench
Encoding: UTF-8
URL: https://github.com/elbersb/tidylog/
BugReports: https://github.com/elbersb/tidylog/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-05-08 08:07:41 UTC; benjamin
Author: Benjamin Elbers ORCID iD [aut, cre], Damiano Oldoni ORCID iD [ctb]
Maintainer: Benjamin Elbers <elbersb@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-08 08:30:02 UTC

Wrapper around dplyr::add_count that prints information about the operation

Description

Wrapper around dplyr::add_count that prints information about the operation

Usage

add_count(x, ...)

Arguments

x

see add_count

...

see add_count

Value

see add_count


Wrapper around dplyr::add_tally that prints information about the operation

Description

Wrapper around dplyr::add_tally that prints information about the operation

Usage

add_tally(x, ...)

Arguments

x

see add_tally

...

see add_tally

Value

see add_tally


Wrapper around dplyr::anti_join that prints information about the operation

Description

Wrapper around dplyr::anti_join that prints information about the operation

Usage

anti_join(x, y, by, ...)

Arguments

x

see anti_join

y

see anti_join

by

see anti_join

...

see anti_join

Value

see anti_join


Wrapper around dplyr::count that prints information about the operation

Description

Wrapper around dplyr::count that prints information about the operation

Usage

count(x, ...)

Arguments

x

see count

...

see count

Value

see count


Wrapper around dplyr::distinct that prints information about the operation

Description

Wrapper around dplyr::distinct that prints information about the operation

Usage

distinct(.data, ...)

Arguments

.data

see distinct

...

see distinct

Value

see distinct


Wrapper around dplyr::distinct_all that prints information about the operation

Description

Wrapper around dplyr::distinct_all that prints information about the operation

Usage

distinct_all(.tbl, ...)

Arguments

.tbl

see distinct_all

...

see distinct_all

Value

see distinct_all


Wrapper around dplyr::distinct_at that prints information about the operation

Description

Wrapper around dplyr::distinct_at that prints information about the operation

Usage

distinct_at(.tbl, ...)

Arguments

.tbl

see distinct_at

...

see distinct_at

Value

see distinct_at


Wrapper around dplyr::distinct_if that prints information about the operation

Description

Wrapper around dplyr::distinct_if that prints information about the operation

Usage

distinct_if(.tbl, ...)

Arguments

.tbl

see distinct_if

...

see distinct_if

Value

see distinct_if


Wrapper around tidyr::drop_na that prints information about the operation

Description

Wrapper around tidyr::drop_na that prints information about the operation

Usage

drop_na(data, ...)

Arguments

data

see drop_na

...

see drop_na

Value

see drop_na


Wrapper around tidyr::fill that prints information about the operation

Description

Wrapper around tidyr::fill that prints information about the operation

Usage

fill(data, ...)

Arguments

data

see fill

...

see fill

Value

see fill


Wrapper around dplyr::filter that prints information about the operation

Description

Wrapper around dplyr::filter that prints information about the operation

Usage

filter(.data, ...)

Arguments

.data

see filter

...

see filter

Value

see filter


Wrapper around dplyr::filter_all that prints information about the operation

Description

Wrapper around dplyr::filter_all that prints information about the operation

Usage

filter_all(.tbl, ...)

Arguments

.tbl

see filter_all

...

see filter_all

Value

see filter_all


Wrapper around dplyr::filter_at that prints information about the operation

Description

Wrapper around dplyr::filter_at that prints information about the operation

Usage

filter_at(.tbl, ...)

Arguments

.tbl

see filter_at

...

see filter_at

Value

see filter_at


Wrapper around dplyr::filter_if that prints information about the operation

Description

Wrapper around dplyr::filter_if that prints information about the operation

Usage

filter_if(.tbl, ...)

Arguments

.tbl

see filter_if

...

see filter_if

Value

see filter_if


Wrapper around dplyr::full_join that prints information about the operation

Description

Wrapper around dplyr::full_join that prints information about the operation

Usage

full_join(x, y, by, ...)

Arguments

x

see full_join

y

see full_join

by

see full_join

...

see full_join

Value

see full_join


Wrapper around tidyr::gather that prints information about the operation

Description

Wrapper around tidyr::gather that prints information about the operation

Usage

gather(data, ...)

Arguments

data

see gather

...

see gather

Value

see gather


Wrapper around dplyr::group_by that prints information about the operation

Description

Wrapper around dplyr::group_by that prints information about the operation

Usage

group_by(.data, ...)

Arguments

.data

see group_by

...

see group_by

Value

see group_by


Wrapper around dplyr::group_by_all that prints information about the operation

Description

Wrapper around dplyr::group_by_all that prints information about the operation

Usage

group_by_all(.tbl, ...)

Arguments

.tbl

see group_by_all

...

see group_by_all

Value

see group_by_all


Wrapper around dplyr::group_by_at that prints information about the operation

Description

Wrapper around dplyr::group_by_at that prints information about the operation

Usage

group_by_at(.tbl, ...)

Arguments

.tbl

see group_by_at

...

see group_by_at

Value

see group_by_at


Wrapper around dplyr::group_by_if that prints information about the operation

Description

Wrapper around dplyr::group_by_if that prints information about the operation

Usage

group_by_if(.tbl, ...)

Arguments

.tbl

see group_by_if

...

see group_by_if

Value

see group_by_if


Wrapper around dplyr::inner_join that prints information about the operation

Description

Wrapper around dplyr::inner_join that prints information about the operation

Usage

inner_join(x, y, by, ...)

Arguments

x

see inner_join

y

see inner_join

by

see inner_join

...

see inner_join

Value

see inner_join


Wrapper around dplyr::left_join that prints information about the operation

Description

Wrapper around dplyr::left_join that prints information about the operation

Usage

left_join(x, y, by, ...)

Arguments

x

see left_join

y

see left_join

by

see left_join

...

see left_join

Value

see left_join


Wrapper around dplyr::mutate that prints information about the operation

Description

Wrapper around dplyr::mutate that prints information about the operation

Usage

mutate(.data, ...)

Arguments

.data

see mutate

...

see mutate

Value

see mutate


Wrapper around dplyr::mutate_all that prints information about the operation

Description

Wrapper around dplyr::mutate_all that prints information about the operation

Usage

mutate_all(.tbl, ...)

Arguments

.tbl

see mutate_all

...

see mutate_all

Value

see mutate_all


Wrapper around dplyr::mutate_at that prints information about the operation

Description

Wrapper around dplyr::mutate_at that prints information about the operation

Usage

mutate_at(.tbl, ...)

Arguments

.tbl

see mutate_at

...

see mutate_at

Value

see mutate_at


Wrapper around dplyr::mutate_if that prints information about the operation

Description

Wrapper around dplyr::mutate_if that prints information about the operation

Usage

mutate_if(.tbl, ...)

Arguments

.tbl

see mutate_if

...

see mutate_if

Value

see mutate_if


Wrapper around tidyr::pivot_longer that prints information about the operation

Description

Wrapper around tidyr::pivot_longer that prints information about the operation

Usage

pivot_longer(data, ...)

Arguments

data

see pivot_longer

...

see pivot_longer

Value

see pivot_longer


Wrapper around tidyr::pivot_wider that prints information about the operation

Description

Wrapper around tidyr::pivot_wider that prints information about the operation

Usage

pivot_wider(data, ...)

Arguments

data

see pivot_wider

...

see pivot_wider

Value

see pivot_wider


Wrapper around dplyr::relocate that prints information about the operation

Description

Wrapper around dplyr::relocate that prints information about the operation

Usage

relocate(.data, ...)

Arguments

.data

see relocate

...

see relocate

Value

see relocate


Wrapper around dplyr::rename that prints information about the operation

Description

Wrapper around dplyr::rename that prints information about the operation

Usage

rename(.data, ...)

Arguments

.data

see rename

...

see rename

Value

see rename


Wrapper around dplyr::rename_all that prints information about the operation

Description

Wrapper around dplyr::rename_all that prints information about the operation

Usage

rename_all(.tbl, ...)

Arguments

.tbl

see rename_all

...

see rename_all

Value

see rename_all


Wrapper around dplyr::rename_at that prints information about the operation

Description

Wrapper around dplyr::rename_at that prints information about the operation

Usage

rename_at(.tbl, ...)

Arguments

.tbl

see rename_at

...

see rename_at

Value

see rename_at


Wrapper around dplyr::rename_if that prints information about the operation

Description

Wrapper around dplyr::rename_if that prints information about the operation

Usage

rename_if(.tbl, ...)

Arguments

.tbl

see rename_if

...

see rename_if

Value

see rename_if


Wrapper around dplyr::rename_with that prints information about the operation

Description

Wrapper around dplyr::rename_with that prints information about the operation

Usage

rename_with(.data, ...)

Arguments

.data

see rename_with

...

see rename_with

Value

see rename_with


Wrapper around tidyr::replace_na that prints information about the operation

Description

Wrapper around tidyr::replace_na that prints information about the operation

Usage

replace_na(data, ...)

Arguments

data

see replace_na

...

see replace_na

Value

see replace_na


Wrapper around dplyr::right_join that prints information about the operation

Description

Wrapper around dplyr::right_join that prints information about the operation

Usage

right_join(x, y, by, ...)

Arguments

x

see right_join

y

see right_join

by

see right_join

...

see right_join

Value

see right_join


Wrapper around dplyr::sample_frac that prints information about the operation

Description

Wrapper around dplyr::sample_frac that prints information about the operation

Usage

sample_frac(tbl, ...)

Arguments

tbl

see sample_frac

...

see sample_frac

Value

see sample_frac


Wrapper around dplyr::sample_n that prints information about the operation

Description

Wrapper around dplyr::sample_n that prints information about the operation

Usage

sample_n(tbl, ...)

Arguments

tbl

see sample_n

...

see sample_n

Value

see sample_n


Wrapper around dplyr::select that prints information about the operation

Description

Wrapper around dplyr::select that prints information about the operation

Usage

select(.data, ...)

Arguments

.data

see select

...

see select

Value

see select


Wrapper around dplyr::select_all that prints information about the operation

Description

Wrapper around dplyr::select_all that prints information about the operation

Usage

select_all(.tbl, ...)

Arguments

.tbl

see select_all

...

see select_all

Value

see select_all


Wrapper around dplyr::select_at that prints information about the operation

Description

Wrapper around dplyr::select_at that prints information about the operation

Usage

select_at(.tbl, ...)

Arguments

.tbl

see select_at

...

see select_at

Value

see select_at


Wrapper around dplyr::select_if that prints information about the operation

Description

Wrapper around dplyr::select_if that prints information about the operation

Usage

select_if(.tbl, ...)

Arguments

.tbl

see select_if

...

see select_if

Value

see select_if


Wrapper around dplyr::semi_join that prints information about the operation

Description

Wrapper around dplyr::semi_join that prints information about the operation

Usage

semi_join(x, y, by, ...)

Arguments

x

see semi_join

y

see semi_join

by

see semi_join

...

see semi_join

Value

see semi_join


Wrapper around tidyr::separate_wider_delim that prints information about the operation

Description

Wrapper around tidyr::separate_wider_delim that prints information about the operation

Usage

separate_wider_delim(data, ...)

Arguments

data

see separate_wider_delim

...

see separate_wider_delim

Value

see separate_wider_delim


Wrapper around tidyr::separate_wider_position that prints information about the operation

Description

Wrapper around tidyr::separate_wider_position that prints information about the operation

Usage

separate_wider_position(data, ...)

Arguments

data

see separate_wider_position

...

see separate_wider_position

Value

see separate_wider_position


Wrapper around tidyr::separate_wider_regex that prints information about the operation

Description

Wrapper around tidyr::separate_wider_regex that prints information about the operation

Usage

separate_wider_regex(data, ...)

Arguments

data

see separate_wider_regex

...

see separate_wider_regex

Value

see separate_wider_regex


Wrapper around dplyr::slice that prints information about the operation

Description

Wrapper around dplyr::slice that prints information about the operation

Usage

slice(.data, ...)

Arguments

.data

see slice

...

see slice

Value

see slice


Wrapper around dplyr::slice_head that prints information about the operation

Description

Wrapper around dplyr::slice_head that prints information about the operation

Usage

slice_head(.data, ...)

Arguments

.data

see slice_head

...

see slice_head

Value

see slice_head


Wrapper around dplyr::slice_max that prints information about the operation

Description

Wrapper around dplyr::slice_max that prints information about the operation

Usage

slice_max(.data, ...)

Arguments

.data

see slice_max

...

see slice_max

Value

see slice_max


Wrapper around dplyr::slice_min that prints information about the operation

Description

Wrapper around dplyr::slice_min that prints information about the operation

Usage

slice_min(.data, ...)

Arguments

.data

see slice_min

...

see slice_min

Value

see slice_min


Wrapper around dplyr::slice_sample that prints information about the operation

Description

Wrapper around dplyr::slice_sample that prints information about the operation

Usage

slice_sample(.data, ...)

Arguments

.data

see slice_sample

...

see slice_sample

Value

see slice_sample


Wrapper around dplyr::slice_tail that prints information about the operation

Description

Wrapper around dplyr::slice_tail that prints information about the operation

Usage

slice_tail(.data, ...)

Arguments

.data

see slice_tail

...

see slice_tail

Value

see slice_tail


Wrapper around tidyr::spread that prints information about the operation

Description

Wrapper around tidyr::spread that prints information about the operation

Usage

spread(data, ...)

Arguments

data

see spread

...

see spread

Value

see spread


Wrapper around dplyr::summarise that prints information about the operation

Description

Wrapper around dplyr::summarise that prints information about the operation

Usage

summarise(.data, ...)

Arguments

.data

see summarise

...

see summarise

Value

see summarise


Wrapper around dplyr::summarise_all that prints information about the operation

Description

Wrapper around dplyr::summarise_all that prints information about the operation

Usage

summarise_all(.tbl, ...)

Arguments

.tbl

see summarise_all

...

see summarise_all

Value

see summarise_all


Wrapper around dplyr::summarise_at that prints information about the operation

Description

Wrapper around dplyr::summarise_at that prints information about the operation

Usage

summarise_at(.tbl, ...)

Arguments

.tbl

see summarise_at

...

see summarise_at

Value

see summarise_at


Wrapper around dplyr::summarise_if that prints information about the operation

Description

Wrapper around dplyr::summarise_if that prints information about the operation

Usage

summarise_if(.tbl, ...)

Arguments

.tbl

see summarise_if

...

see summarise_if

Value

see summarise_if


Wrapper around dplyr::summarize that prints information about the operation

Description

Wrapper around dplyr::summarize that prints information about the operation

Usage

summarize(.data, ...)

Arguments

.data

see summarize

...

see summarize

Value

see summarize


Wrapper around dplyr::summarize_all that prints information about the operation

Description

Wrapper around dplyr::summarize_all that prints information about the operation

Usage

summarize_all(.tbl, ...)

Arguments

.tbl

see summarize_all

...

see summarize_all

Value

see summarize_all


Wrapper around dplyr::summarize_at that prints information about the operation

Description

Wrapper around dplyr::summarize_at that prints information about the operation

Usage

summarize_at(.tbl, ...)

Arguments

.tbl

see summarize_at

...

see summarize_at

Value

see summarize_at


Wrapper around dplyr::summarize_if that prints information about the operation

Description

Wrapper around dplyr::summarize_if that prints information about the operation

Usage

summarize_if(.tbl, ...)

Arguments

.tbl

see summarize_if

...

see summarize_if

Value

see summarize_if


Wrapper around dplyr::tally that prints information about the operation

Description

Wrapper around dplyr::tally that prints information about the operation

Usage

tally(x, ...)

Arguments

x

see tally

...

see tally

Value

see tally


outputs some information about the data frame/tbl

Description

outputs some information about the data frame/tbl

Usage

tidylog(.data)

Arguments

.data

a tbl/data frame

Value

same as .data

Examples

tidylog(mtcars)
#> tidylog: data.frame with 32 rows and 11 columns

Wrapper around dplyr::top_frac that prints information about the operation

Description

Wrapper around dplyr::top_frac that prints information about the operation

Usage

top_frac(x, ...)

Arguments

x

see top_frac

...

see top_frac

Value

see top_frac


Wrapper around dplyr::top_n that prints information about the operation

Description

Wrapper around dplyr::top_n that prints information about the operation

Usage

top_n(x, ...)

Arguments

x

see top_n

...

see top_n

Value

see top_n


Wrapper around dplyr::transmute that prints information about the operation

Description

Wrapper around dplyr::transmute that prints information about the operation

Usage

transmute(.data, ...)

Arguments

.data

see transmute

...

see transmute

Value

see transmute


Wrapper around dplyr::transmute_all that prints information about the operation

Description

Wrapper around dplyr::transmute_all that prints information about the operation

Usage

transmute_all(.tbl, ...)

Arguments

.tbl

see transmute_all

...

see transmute_all

Value

see transmute_all


Wrapper around dplyr::transmute_at that prints information about the operation

Description

Wrapper around dplyr::transmute_at that prints information about the operation

Usage

transmute_at(.tbl, ...)

Arguments

.tbl

see transmute_at

...

see transmute_at

Value

see transmute_at


Wrapper around dplyr::transmute_if that prints information about the operation

Description

Wrapper around dplyr::transmute_if that prints information about the operation

Usage

transmute_if(.tbl, ...)

Arguments

.tbl

see transmute_if

...

see transmute_if

Value

see transmute_if


Wrapper around tidyr::uncount that prints information about the operation

Description

Wrapper around tidyr::uncount that prints information about the operation

Usage

uncount(data, ...)

Arguments

data

see uncount

...

see uncount

Value

see uncount


Wrapper around dplyr::ungroup that prints information about the operation

Description

Wrapper around dplyr::ungroup that prints information about the operation

Usage

ungroup(x, ...)

Arguments

x

see ungroup

...

see ungroup

Value

see ungroup

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.