automeris-io / digitizeR

R package to extract data from plots and other images. Hosts WebPlotDigitizer locally.
GNU General Public License v3.0
81 stars 15 forks source link

Dot to underscore #6

Closed billdenney closed 4 years ago

billdenney commented 4 years ago

This builds on #5 and changes the function format from using dots to using underscores. The rationale is described in https://style.tidyverse.org/syntax.html. Briefly, dots are used for distinguishing S3 methods for functions, and that can confuse some parts of R.