lbusett / insert_table

R function and addin to easily insert tables in Rmd code chunks
https://lbusett.github.io/insert_table/
GNU General Public License v3.0
37 stars 3 forks source link

Error generated when addin cancelled #1

Closed TThurlow closed 6 years ago

TThurlow commented 6 years ago

Version 0.0.3

An error is generated when the 'Cancel' button is pressed rather than 'Done' from the addin.

Error in if (out_format == "kable") { : argument is of length zero

The "kable" statement is always present, even if another format is chosen first.

lbusett commented 6 years ago

Thanks for signaling this. Will fix ity ASAP.

lbusett commented 6 years ago

should be fixed now. Thanks.

TThurlow commented 6 years ago

Thanks, error message no longer appears.