download_synapse_table_from_start_date_plus: RM2C2dev

Description Usage Arguments Examples

View source: R/download_synapse_table_from_start_date_plus.R

Description

RM2C2dev

Usage

1
2
3
4
5
6
7
8
download_synapse_table_from_start_date_plus(
  synapse_email = NA,
  synapse_pw = NA,
  synapse_id = NA,
  date_col = "uploadDate",
  start_date = NA,
  search_op = ">="
)

Arguments

synapse_email

class: string

synapse_pw

class: string

synapse_id

class: string

date_col

class: string

start_date

class: string

search_op

class: string

Examples

1
2
3
4
download_synapse_table_from_start_date_plus(synapse_email = synapse_email, synapse_pw =  synapse_pw, synapse_id = synapse_survey_data_table_id, start_date = "'2020-05-01'", search_op = ">=")
login to synapse
build the query
get raw, unmanipulated dataframe matching query results

nelsonroque/RM2C2_dev documentation built on May 15, 2021, 1:16 p.m.