#Fidap R Client This Fidap client connect to our big data warehouses and gives you seamless access to external data.
##Get Api Key bold Get the api_key from [fidap]<https.fidap.com> dashboard.
##Usage
library(fidap)
<- fidap_client(api_key='xxxxxxx', source='bq')
client <- client$sql('select * from table_name')
df print(df)
#> [1] "No such user"