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

pull_sensor: use data_table wherever possible #6

Closed
ashleyasmus opened this issue Jun 30, 2020 · 2 comments
Closed

pull_sensor: use data_table wherever possible #6

ashleyasmus opened this issue Jun 30, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ashleyasmus
Copy link
Contributor

Noticed that replacing base r functions with data_table functions can speed up operations. Not sure how many base r commands are lingering in the original code but it'd be worth keeping an eye out!

@eroten
Copy link
Collaborator

eroten commented Jun 30, 2020

Ah, yes. I'm way more comfortable with tidyverse, but I could use {dtplyr} to translate

@eroten eroten self-assigned this Jun 30, 2020
@eroten eroten added the enhancement New feature or request label Jun 30, 2020
@eroten
Copy link
Collaborator

eroten commented Jul 8, 2020

I am closing this issue and making a note in #9 about using {data.tabe} instead of {dplyr} and friends.

@eroten eroten closed this as completed Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants