Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explain/log outcome of each operation #5

Open
ocramz opened this issue Jan 8, 2020 · 0 comments
Open

explain/log outcome of each operation #5

ocramz opened this issue Jan 8, 2020 · 0 comments
Labels
enhancement 🚀 New feature or request UX

Comments

@ocramz
Copy link
Owner

ocramz commented Jan 8, 2020

e.g. as in https://elbersb.com/public/posts/tidylog100/

filtered <- filter(mtcars, cyl == 4)
#> filter: removed 21 rows (66%), 11 rows remaining

joined <- left_join(nycflights13::flights, nycflights13::weather,
    by = c("year", "month", "day", "origin", "hour", "time_hour"))
#> left_join: added 9 columns (temp, dewp, humid, wind_dir, wind_speed, …)
#>            > rows only in x     1,556
#>            > rows only in y  (  6,737)
#>            > matched rows     335,220
#>            >                 =========
#>            > rows total       336,776
@ocramz ocramz added the enhancement 🚀 New feature or request label Jan 8, 2020
@ocramz ocramz added the UX label Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request UX
Projects
None yet
Development

No branches or pull requests

1 participant