download_unpivot_info_join: Download from scidb then unpivot info and join in R

Description Usage Arguments Examples

View source: R/functions.R

Description

Download from scidb then unpivot info and join in R

Usage

1
2
3
4
5
6
7
download_unpivot_info_join(
  qq,
  arrayname,
  mandatory_fields_only = FALSE,
  algo_choice_project_primary_id_then_download_attrs_only = FALSE,
  con = NULL
)

Arguments

qq

query on primary array (allied downloaad will be from _INFO array)

arrayname

primary arrayname e.g. BIOSAMPLE, INDIVIDUAL

algo_choice_project_primary_id_then_download_attrs_only

flag to control iquery download mechanism

con

connection object (optional when using rg_connect())

Examples

1
2
3
4
5
## Not run: 
download_unpivot_info_join(qq = "filter(secure_scan(gh_secure.BIOSAMPLE), dataset_id = 11)",
                                arrayname = 'BIOSAMPLE')

## End(Not run)

Paradigm4/insight documentation built on April 5, 2020, 1:12 p.m.