-
Notifications
You must be signed in to change notification settings - Fork 2
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
add ps_read_vrl family? #8
Comments
Good idea although I'm thinking we only need a |
I'm not sure |
if we were to use an alternative option might be to use a function factory to generate them http://adv-r.had.co.nz/Functional-programming.html My issue with manually writing functions with identical code save the bit to read in an individual file is that its at odds with the do not repeat yourself (DRY) principle |
good points.
where defaults args are: I might not be seeing the full utility of the |
let's chat about more in person when we meet to discuss the ssdca shiny app tomorrow |
Vrl output csv come in a standard (messy) format and are therefore easy to get into a format that we want.
similar to other read functions, ps_read_vrl takes a single file. and ps_read_vrls takes a directory. A tz argument allows automatic conversion of datetime column into desired tz.
The text was updated successfully, but these errors were encountered: