Use .R file in data pipeline
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
In general R pipeline, we can use source("abc.R") file. However, it does not work in Databricks. I got errors:
source("./abc.R"), but the error say: Error in file(filename, "r", encoding = encoding) : cannot open the connection
How best to build a pipeline with R and .R files?
Thank you.