BiocContributions (version 0.99.70)

add_to_spreadsheet: Add packages to the tracking worksheet

Description

This function uses the googlesheets package to add data retrieved from the tracker.

Usage

add_to_spreadsheet(x, ..., ws = 1, ss = tracker_spreadsheet())

Arguments

x
issues to add
...
Additional arguments passed to gs_add_row
ws
The worksheet number or name to append to.

Examples

Run this code
pkgs <- unassigned_packages()
add_to_spreadsheet(pkgs)

Run the code above in your browser using DataLab