Skip to contents

Uploads a resource to a folder in a project

Usage

armadillo.upload_resource(project, folder, resource, name = NULL)

Arguments

project

the project to upload to

folder

the folder to upload to

resource

the resource to upload

name

name of the resource (optional)

Examples

if (FALSE) {
armadillo.upload_table(
  project = "gecko",
  folder = "core_all",
  table1
)
}