ropensci / writexl

Portable, light-weight data frame to xlsx exporter for R
https://docs.ropensci.org/writexl
Other
210 stars 17 forks source link

Remove embedded javascript from HTML help #41

Open onesandzeroes opened 5 years ago

onesandzeroes commented 5 years ago

Today while looking up the writexl documentation I received an error where some javascript embedded in the HTML help file caused some of the help text to be obstructed. I think this might be an accessibility issue for some people.

After reviewing the source it looks like this is a relatively easy fix, let me know if there's anything I can do to improve the PR.

Fixes #39, #12.