joelgombin / banR

R client for the BAN API
http://joelgombin.github.io/banR/
GNU General Public License v3.0
28 stars 10 forks source link

fixed warning about path argument of write_csv #39

Closed rolandrr closed 2 years ago

rolandrr commented 2 years ago

Currently, using geocode_tbl() is giving the warning message: "The path argument of write_csv() is deprecated as of readr 1.4.0. Please use the file argument instead." This fix is replacing path by file in the two instances that are needed.