knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
An R package to read, write and manipulate data frames.
library(poisdata) datetime <- as.POSIXct("2001-01-02 03:04:06") + c(2, 1, 4, 7) data <- data.frame(DateTime = datetime, Value = c(5, 1, 3, 4)) print(data) data <- ps_add_missing_sequence(data) print(data) ps_interpolate_sequence(data)
poisdata
is available from GitHub
# install.packages("remotes") remotes::install_github("poissonconsulting/poisdata")
Please report any issues.
Pull requests are always welcome.
Please note that the poisdata project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.