writer

Write from multiple sources to database tables from R for DBI-dplyr-dbplyr workflow

https://github.com/talegari/writer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary

Keywords

rpackage rstats rstats-package
Last synced: 6 months ago · JSON representation

Repository

Write from multiple sources to database tables from R for DBI-dplyr-dbplyr workflow

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
rpackage rstats rstats-package
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# writer




`writer` package provides unified syntax to write data from lazy dplyr tbl or
dplyr sql query or a dataframe to a database table with modes such as `create`, `append`, `insert`, `update`, `upsert`, `patch`, `delete`, `overwrite`, `overwrite_schema`.



![](man/figures/writer_without_bg.png)

## Installation

``` r
install.packages("writer")
remotes::install("talegari/writer")
```

Owner

  • Name: Srikanth K S
  • Login: talegari
  • Kind: user
  • Location: Bengaluru
  • Company: Walmart

Explorations in causality, Interpretable Machine Learning, Statistics, geospatial analysis

GitHub Events

Total
  • Issues event: 1
  • Push event: 7
  • Pull request event: 3
  • Create event: 3
Last Year
  • Issues event: 1
  • Push event: 7
  • Pull request event: 3
  • Create event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • talegari (1)
Pull Request Authors
  • talegari (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 197 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: writer

Write from Multiple Sources to a Database Table

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 197 Last month
Rankings
Dependent packages count: 27.3%
Forks count: 28.9%
Dependent repos count: 33.6%
Stargazers count: 37.0%
Average: 42.7%
Downloads: 86.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • DBI >= 1.2.3 imports
  • cli >= 3.4.0 imports
  • dbplyr >= 2.3.1 imports
  • dplyr >= 1.1.0 imports
  • glue >= 1.5.1 imports
  • rlang >= 1.1.2 imports
  • RSQLite * suggests
  • testthat >= 3.0.0 suggests