Lifecycle: experimental Codecov test coverage R-CMD-check License: MIT

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

poisdata

An R package to read, write and manipulate data frames.

Demonstration

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)

Installation

poisdata is available from GitHub

# install.packages("remotes")
remotes::install_github("poissonconsulting/poisdata")

Contribution

Please report any issues.

Pull requests are always welcome.

Code of Conduct

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.



poissonconsulting/poisdata documentation built on Jan. 17, 2025, 10:27 p.m.