rhdx icon indicating copy to clipboard operation
rhdx copied to clipboard

Better support for HXL tags

Open dickoa opened this issue 8 years ago • 2 comments

  • Preliminary support for rhxl added
  • Better support for HXL e.g automatically reading HXL tagged data @dirkschumacher

dickoa avatar Apr 24 '18 21:04 dickoa

👍 What do you mean by better? If you can give more details, it would be easier to see what I can do

dirkschumacher avatar Apr 25 '18 06:04 dirkschumacher

I added a hxl parameters in the read_session function (function that allows to read resource file directly in R) and I use the rhxl package to parse them more effectively.

https://github.com/dickoa/rhdx/blob/master/R/utils.R#L99 https://github.com/dickoa/rhdx/blob/master/R/resource.R#L112

Not directly related to HXL, the main issues I have right now is documenting and also having a consistent API. I can start working on a better doc but if you can test the package in order to improve the api and its usability it would help.

Thanks again.

dickoa avatar Apr 25 '18 15:04 dickoa