ryapric / loggit

Modern Logging for the R Ecosystem
Other
37 stars 2 forks source link

Add ability to log vector arguments as JSON arrays, instead of separate log entries #6

Open ryapric opened 4 years ago

ryapric commented 4 years ago

Current behavior is a consequence of R's vectorization. This might take some fudging, since R would then read in the values as arrays into a single df cell, vs. separate rows.

ryapric commented 4 years ago

Bumping this out,not for v2.0.0 release.