Use R language in Metabase

I'm trying to create new questions in Metabase using R. Is that possible ? I followed this link [Working with the Metabase API] (https://www.metabase.com/learn/administration/metabase-api#r-with-the-tidyverse) , this details on how to see existing questions in R .. any ways to use R to create new questions in Metabase ..

Is there a way to deploy R scripts in Metabase ?

Hi @sgayathri
You can use R to talk to the Metabase API, as you can see in API article you linked to.
Metabase cannot run R queries, since Metabase sends queries to your database sources:
https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#officially-supported-databases