For example, I am creating one table to store a complex function such as y= α·β·(2|ΔP|/ρ)^0.5.by the way, I will call the function from this table through R Program. Thanks for your attention!
Asked
Active
Viewed 29 times
1
-
i'm not sure about R capabilities, but SQLite relies on hosting application to provide implementation of custom functions. SQLite has API to register implementation for your custom functions. – Googie May 28 '20 at 16:11