Description Usage Arguments Examples
This function uses the googlesheets package to add data retrieved from the tracker.
1 | add_to_spreadsheet(x, ..., ws = 1, ss = tracker_spreadsheet())
|
x |
issues to add |
... |
Additional arguments passed to |
ws |
The worksheet number or name to append to. |
1 2 3 4 5 | ## Not run:
pkgs <- unassigned_packages()
add_to_spreadsheet(pkgs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.