protobi_get_data: Get Data Function

View source: R/protobi.R

protobi_get_dataR Documentation

Get Data Function

Description

This function returns an R data frame representing the data in Protobi based on the parameters provided.

Usage

protobi_get_data(
  projectid,
  tablekey,
  apikey,
  host = "https://app.protobi.com",
  formats = FALSE,
  titles = FALSE
)

Arguments

projectid

A character. Protobi project identifier.

tablekey

A character. The key of your Protobi data table.

apikey

A character. The APIKEY from your account profile, https://app.protobi.com/account.

host

Application host, default is https://app.protobi.com, or use https://rtanalytics.sermo.com for SERMO

formats

Optionally download and apply value formats as factors

titles

Optionally download and apply variable labels as column titles


protobi/protobi-r documentation built on July 8, 2023, 7:20 p.m.