Skip to main content
Archived

Run FME workspaces from within R

Related products:Transformers
  • October 16, 2017
  • 1 reply
  • 19 views

fmelizard
Safer
Forum|alt.badge.img+22

Currently, FME has the ability to interface with the R Project through the RCaller transformer. This means that R processing is initiated by a run from within FME.

It might be useful to run FME workspaces from within R.

One way would be to provide an R plugin that wraps FME workspaces. Similar to rGdal or rGdalUtils :

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

samatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • June 27, 2018

This is possible using existing R functionality. You can use the system or system2 functions from R package base to run an FME workspace or batch command file from the command line.

That said, an R package that lets R users run FME workspaces would still be nice.