labguru_download_dataset: Labguru download dataset

View source: R/dataset_functions.R

labguru_download_datasetR Documentation

Labguru download dataset

Description

Takes a dataset id and donwloads the dataset.

Usage

labguru_download_dataset(
  dataset_id,
  server = Sys.getenv("LABGURU_SERVER"),
  token = Sys.getenv("LABGURU_TOKEN")
)

Arguments

dataset_id

numeric(1) id indicating a dataset on labguru server

server

character(1) indicating the server URL

token

character(1) access token for API authentication

Value

data frame of labguru dataset

Examples

## Not run: 
labguru_downlaod_datasets(dataset_id = 1)

## End(Not run)

BioData/LabguruR documentation built on May 11, 2022, 11:46 p.m.