ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

`unpack_cov` function and argument #35

Closed AldoCompagnoni closed 7 years ago

AldoCompagnoni commented 7 years ago
  1. Include an argument in get_data that applies unpack_cov to the downloaded data frame.
  2. Include a demonstration of the use of unpack_cov in one of the vignettes
  3. Change the name from unpack_cov to cov_unpack.
AldoCompagnoni commented 7 years ago

Updated name to cov_unpack

AldoCompagnoni commented 7 years ago

As a whole, I:

  1. Included the cov_unpack argument in the get_data function
  2. Included a demonstration of how to use the cov_unpack argument and cov_unpack function in the introduction-to-popler vignette
  3. Updated name of argument and function from unpack_cov to cov_unpack

I suggest to close this issue, or to open a different one if we realize this set up is not optimal.