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

Melhorar o script #1

Closed
katerine-dev opened this issue Aug 23, 2021 · 0 comments
Closed

Melhorar o script #1

katerine-dev opened this issue Aug 23, 2021 · 0 comments
Assignees
Labels
Projects

Comments

@katerine-dev
Copy link
Owner

  • Você pode identar diferente seus códigos. Ao invés de

dados %>%
mutate(coluna = xxx,
outra_coluna = yyy)

uma boa alternativa é

dados %>%
mutate(
coluna = xxx,
outra_coluna = yyy
)

@katerine-dev katerine-dev self-assigned this Aug 23, 2021
@katerine-dev katerine-dev added this to TODO in Faxina via automation Aug 23, 2021
Faxina automation moved this from TODO to DONE Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant