Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a data analyst integrate complex R-based visualizations into a Databricks notebook that already contains Python analytics code without rewriting the existing code?
A
Rewrite the Python analytics code in R for consistency.
B
Export the data from Python to an R script outside Databricks.
C
Use the %r magic command in new cells specifically for R-based visualizations.
D
Convert R visualization code to Python before integrating.