I created a HTML file using the animation package in R. Now I’m trying to upload the resulting HTML file to a wordpress blog but don’t really know how to make it work. It seems like I might need to upload some js or css files too but am not sure. Also, it seems like I might need to upload the original data files as the HTML file is 2.5kb and the original CSV file is 2500kb. Any suggestions would be appreciated.
Share
I think I have addressed this issue in
?saveHTMLif you are using the latest version of the animation package (the second paragraph in theNotesection). Perhaps it is still not clear (I’ll improve it in the next version), so let me explain it here:What you need to upload are: the HTML file, the image folder, js and css. The CSV data is not required, since the animation is independent with the data now.