Hi @balajij8, I'm already aware of the use of %run command. I'm working on practicing the use of dbutils.notebook.run() API since I'm working on cases where %run command does not work.

The dbutils.notebook API complements %run because it lets you pass parameters to and return values from a notebook. Likewise, you can use dbutils.notebook.run() to invoke an R notebook - but you can't do it with %run command.