pyensae icon indicating copy to clipboard operation
pyensae copied to clipboard

Would this work for a R Script with external libraries?

Open gabrielpulga opened this issue 3 years ago • 1 comments

Hello, sorry if this has been asked before already.

Would this "convert R script into python code" module work for a R script with external libraries? I suspect it doesn't and that is alright, but I'm looking for something that does - although I'm not sure it exists.

The reason I ask is that my script possess quite a few libs, such as :

library(officer)
library(dplyr)
library(tidyr)
library(DatastreamDSWS2R)
library(ggrepel)
library(lubridate)
library(magrittr)
library(data.table)
library(zoo)
library(rvg)
library(aws.s3)

gabrielpulga avatar Mar 30 '22 14:03 gabrielpulga

No, it won't work. The library only converts a script, not its dependancies.

sdpython avatar Jul 25 '22 21:07 sdpython