Displaying 1 result from an estimated 1 matches for "fill_file_head".
Did you mean:
fill_file_header
2013 Apr 11
4
Understanding contents of packages
...R and re-create the functionality of the package without installing/"require"ing the package.
This started with some success until I encountered one problem that I could not overcome.
When I executed the function write.xport, I received the following error message:
Error in .C("fill_file_header", cDate = xport.dateFMT(cDate), mDate = xport.dateFMT(mDate), :
C symbol name "fill_file_header" not in load table
This appears to be coming from the following line of code in write.xport:
out(xport.file.header( cDate = cDate, sasVer = sasVer, osType = osType))
The pro...