ropensci / git2rdata

An R package for storing and retrieving data.frames in git repositories.
https://ropensci.github.io/git2rdata/
GNU General Public License v3.0
99 stars 12 forks source link

Update plain_text.Rmd #15

Closed hansvancalster closed 5 years ago

hansvancalster commented 5 years ago

Description

Fixed some typos and some rewording of sentences. Added cross-reference to version control vignette.

General remark:

Maybe useful to point out that (in normal use cases) read_vc can only be used after having used write_vc. This contrasts with other base::read.*** and readr::read_*** functions which are designed more to accommodate reading from external data sources.

Related Issue

NA

Example

NA

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #15   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         523    523           
=====================================
  Hits          523    523

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f7936d6...aad50c7. Read the comment docs.