I have a data frame with a column including a Swift 910 message encoded as a string. I need to receive and parse the message in R.
Does R have a built-in solution for this? I don't want to reinvent the wheel unless absolutely necessary.
I have a data frame with a column including a Swift 910 message encoded as a string. I need to receive and parse the message in R.
Does R have a built-in solution for this? I don't want to reinvent the wheel unless absolutely necessary.
Copyright © 2021 Jogjafile Inc.
My recommendation would be harness the python Swift parser package via R
reticulate. I am not aware of a Swift package for R.Python Swift Parser
https://github.com/danielquinn/mt103
Usage:
Reticulate R package
https://blog.rstudio.com/2018/03/26/reticulate-r-interface-to-python/
Usage:
Console