How to use “using variable” in Julia
I am trying figure out if it is possible to use package name not explicitly as eg DataFrames
etc or as a String variable with a name of this module with using
. My test code is:
I am trying figure out if it is possible to use package name not explicitly as eg DataFrames
etc or as a String variable with a name of this module with using
. My test code is: