Guest User

Untitled

a guest
Nov 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. structure(list(ID = c("1", "2", "3","4"), ContractDe = list(
  2. structure(list(ConID = c("Zx", "78yu"), ConRes = c("98",
  3. "Tut")), .Names = c("ConID", "ConRes"), class = "data.frame", row.names = 1:2),
  4. structure(list(ConID = c("Half", "Yut","Weq"), ConRes = c("ref",
  5. "Cr")), .Names = c("ConID", "ConRes"), class = "data.frame", row.names = 1:2),
  6. structure(list(ConID = c("Ui", "pric"), ConRes = c("Num",
  7. "Patch")), .Names = c("ConID", "ConRes"), class = "data.frame", row.names = 1:2),
  8. structure(list(ConID = c("2", "7","IO"), ConRes = c("Res",
  9. "Qty"),ConVal=c("Wno","ip")), .Names = c("ConID", "ConRes","ConVal"), class = "data.frame", row.names = 1:2)),
  10. PassengersDe = list(structure(list(PassID = 1, PassIt = "Lits, uy"), .Names = c("PassID",
  11. "PassIt"), class = "data.frame", row.names = 1L), structure(list(
  12. PassID = c("pfil","Q"), Name = "Tic", PassIt = "S5, Y1"), .Names = c("PassID",
  13. "Name", "PassIt"), class = "data.frame", row.names = 1L),
  14. structure(list(PassID = 1, PassIt = "St, Bp"), .Names = c("PassID",
  15. "PassIt"), class = "data.frame", row.names = 1L),
  16. structure(list(PassID = 1, Name = "RT", Name1 = "RR", PassIt = "st7, st9"), .Names = c("PassID",
  17. "Name", "Name1", "PassIt"), class = "data.frame", row.names = 1L)),
  18. TrainnerDe = list(structure(list(Trnid = 1, Trncont = 5, EmpAddInfo = list(
  19. structure(list(CohID = "pi", InVoice = 77), .Names = c("CohID",
  20. "InVoice"), class = "data.frame", row.names = 1L))), .Names = c("Trnid",
  21. "Trncont", "EmpAddInfo"), class = "data.frame", row.names = 1L),
  22. structure(list(Trnid =7,Trncont = 3, EmpAddInfo = list(structure(list(
  23. CohID = c("AB", "NI", "OL"), InVoice = c("4", "Y")), .Names = c("CohID",
  24. "InVoice"), class = "data.frame", row.names = 1L))), .Names = c("Trnid",
  25. "Trncont", "EmpAddInfo"), class = "data.frame", row.names = 1L),
  26. structure(list(Trnid =c("U","l"),Trncont =c("10","78"), EmpAddInfo = list(structure(list(
  27. CohID = c("AB", "NI", "OL"), InVoice = c("4", "Y")), .Names = c("CohID",
  28. "InVoice"), class = "data.frame", row.names = 1L))), .Names = c("Trnid",
  29. "Trncont", "EmpAddInfo"), class = "data.frame", row.names = 1L),
  30. structure(list(Trnid = c("1","3"), Trncont = c("yt","re"), EmpAddInfo = list(structure(list(
  31. CohID = c("Ly","qp"), InVoice = c("2","P")), .Names = c("CohID", "InVoice"
  32. ), class = "data.frame", row.names = 1L))), .Names = c("Trnid",
  33. "Trncont", "EmpAddInfo"), class = "data.frame", row.names = 1L))), .Names = c("ID",
  34. "ContractDe", "PassengersDe", "TrainnerDe"), row.names = c(NA, 4L), class = "data.frame")
  35.  
  36. ID ConID ConRes ConVal PassID PassIt Name Name1 Trnid Trncont CohID InVoice
  37.  
  38. 1 Zx,78yu 98,Tut NA 1 Lits,uy NA NA 1 5 pi 77
  39.  
  40. 2 Half,Yut, Weq ref,Cr NA pfil,Q S5,Y1 Tic NA 7 3 AB,NI,OL 4,Y
  41.  
  42. 3 Ui,pric Num,Patch NA 1 St,Bp NA NA U,l 10,78 AB,NI,OL 4,Y
  43.  
  44. 4 2,7,IO Res,Qty Wno,ip 1 st7,st9 RT st7,st9 1,3 yt,re Ly,qp 2,P
Add Comment
Please, Sign In to add comment