protobi_put_data: Upload Data Function

View source: R/protobi.R

protobi_put_dataR Documentation

Upload Data Function

Description

This function uploads data.frame content to Protobi

Usage

protobi_put_data(
  df,
  projectid,
  tablekey,
  apikey,
  host = "https://app.protobi.com",
  type = "data",
  filename = "data.csv"
)

Arguments

df

A data.frame to uploaded to Protobi.

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

URL, defaults to "https://app.protobi.com"

filename

Optional name of file, defaults to "data.csv"

Value

An httr response object


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