
Draw a complex table using the `tinytable` package for `R`
Upwork
Remote
•17 hours ago
•No application
About
The website below includes a table about wines, some icons, data in CSV format, and the code that was used to draw the table using the `gt` package for the `R` language. https://github.com/AbdoulMa/RStudio-Table-Contest-2021 I would like you to use the same data, icons, and content to reproduce a similar-looking table using the `tinytable` package instead of `gt`. You can look here for instructions on how to use `tinytable`: https://vincentarelbundock.github.io/tinytable/ The output should be: assets/ : a directory that includes all static images and datasets assets/helpers.R : an R script that includes helper functions such as those use to draw in-cell plots like those currently stored in Code.R table.R. : an R script that loads the helper code and data, and executes only commands from the `tinytable` package to draw the table. table.html : an html file saved by calling `save_tt()` from the `tinytable` package.