deepblue_export_meta_data {DeepBlueR}R Documentation

Export meta data as tab delimited file

Description

Export meta data as tab delimited file

Usage

deepblue_export_meta_data(ids, target.directory = "./", file.name,
  user_key = deepblue_options("user_key"))

Arguments

ids

an id or a list of DeepBlue ids

target.directory

where the meta data should be stored

file.name

name of the file

user_key

DeepBlue user key

Value

return value of write.table

Examples

deepblue_export_meta_data(list("e30035", "e30036"),
file.name = "test_export",
target.directory = tempdir())

[Package DeepBlueR version 1.14.0 Index]