Skip to contents

This function updates the metadata google sheet with the values from available metadata. Github username is required to update the maintainer field.

Usage

update_gsheet_metadata(github_profile = "")

Arguments

github_profile

Github username of the maintainer

Value

NULL. Errors if metadata does not exist

Examples

if (FALSE) { # \dontrun{
update_gsheet_metadata("githubusername")
} # }