Displaying 1 result from an estimated 1 matches for "portia_test".
Did you mean:
portaltest
2006 Aug 14
1
left-justified fixed-width format
...stified instead of right justified? My code sample
is below where comb is the data frame. TIA, Roger
out <- sprintf("%6s %22s %8s %15s %7s %5s", comb$tic,
substr(as.character(comb$conm),
1, 22), comb$cusip, comb$type, comb$exchange, comb$currency)
write.table(out, file="c:/pit/portia_test.txt", row.names=FALSE,
col.names=FALSE, quote=FALSE)
[[alternative HTML version deleted]]