ExprTable function gives error about not finding script

Issue #31 resolved
Alejandra Cervera created an issue

the path to the bundle is missing in the ExprTable function when using log2.R script. Script can be either embedded, or probably can be replaced by CSVTransformer, or the path to the bundle can be added

Comments (4)

  1. Ville Rantanen

    not 100% sure, but

    val log2Script = INPUT(path=_functionFolder+"log2.R")
    

    should be

    val log2Script = INPUT(path=_functionFolder+"/log2.R")
    

    i'll check tomorrow

  2. Ville Rantanen

    nope, that's not the case. Kaiyang is still working on the function, there will be updates..

  3. Log in to comment