OiO.lk Blog C# How to import .OUT file created by C program into RStudio
C#

How to import .OUT file created by C program into RStudio


I’m running Hazard function code which is written C program. In the end the C program provides a a.OUT file which contains text and some tables information. The table should be imported as a data frame in RStudio to build graphs.

The sample of this a.OUT file looks like "

 >; @!6Żu @\* u%  @#3 ir?( r            ?Q  Q @ > t sP@ $    @ V( (@ K /   @   6٨A      @%* n  x@ ń . F@\*&d \(@" _Fr+ ?( r      

As the information looks like SAS transport file I tried using write.xpt from heaven, but no luck. Can anyone please guide on how to read this type of file in RStudio?

Thanks in advance!!!!



You need to sign in to view this answers

Exit mobile version