Learn R Programming

Fidap R Client

This Fidap client connect to our big data warehouses and gives you seamless access to external data.

NOTE: Fidap is currently invite only and requires an api_key to work.

Installation

install.packages('fidap')

Getting Started

library(fidap)
client <- fidap_client(api_key="Paste API_KEY here from fidap dashboard", source="bq")

API

$sql

You can run your queries by using this method, it will return a Pandas dataframe containing the results of the query. Result would be None if something goes wrong i.e. incorrect query / not a valid API key.

library(fidap)
client <- fidap_client(api_key="Paste API_KEY here from fidap dashboard", source="bq")
df <- client$sql(sql="paste your QUERY")

Contributing

git clone https://github.com/fidapco/fidap-R-client.git
cd fidap-R-client
devtools::load_all()
devtools::install()

Copy Link

Version

Install

install.packages('fidap')

Monthly Downloads

2

Version

0.0.3

License

MIT + file LICENSE

Maintainer

Ashish Singal

Last Published

September 8th, 2021

Functions in fidap (0.0.3)

fidap_client

fidap_client
fidapClient-class

fidapClient