Transform$run
Transform$run(*, wait_for_finish=TRUE) → self
Parameters:
Returns
Examples
username <- "imathews"
workflow_name <- "example_workflow_climate_analysis:x7kh"
transform_name <- "join_lat_lon:m9tz"
transform <- redivis$transform(f"{username}.{workflow_name}.{transform_name}")
transform$run()Was this helpful?

