Column Vectors

Transaction_Details<-c(rep("c",20))
Assets<-c(rep("c",20))
Assets_Value<-c(rep(0,20))
Liabilities<-c(rep("c",20))
Liabilities_Value<-c(rep(0,20))
Equity<-c(rep(0,20))
Revenue_Name<-c(rep("c",20))
Revenue_Value<-c(rep(0,20))
Expense_Account_Name<-c(rep("c",20))
Expense_Value<-c(rep(0,20))

Recording Accounting Transations

Basic Sheet

##    Transaction_Details Assets Assets_Value Liabilities Liabilities_Value
## 1                    c      c            0           c                 0
## 2                    c      c            0           c                 0
## 3                    c      c            0           c                 0
## 4                    c      c            0           c                 0
## 5                    c      c            0           c                 0
## 6                    c      c            0           c                 0
## 7                    c      c            0           c                 0
## 8                    c      c            0           c                 0
## 9                    c      c            0           c                 0
## 10                   c      c            0           c                 0
## 11                   c      c            0           c                 0
## 12                   c      c            0           c                 0
## 13                   c      c            0           c                 0
## 14                   c      c            0           c                 0
## 15                   c      c            0           c                 0
## 16                   c      c            0           c                 0
## 17                   c      c            0           c                 0
## 18                   c      c            0           c                 0
## 19                   c      c            0           c                 0
## 20                   c      c            0           c                 0
##    Equity Revenue_Name Revenue_Value Expense_Account_Name Expense_Value
## 1       0            c             0                    c             0
## 2       0            c             0                    c             0
## 3       0            c             0                    c             0
## 4       0            c             0                    c             0
## 5       0            c             0                    c             0
## 6       0            c             0                    c             0
## 7       0            c             0                    c             0
## 8       0            c             0                    c             0
## 9       0            c             0                    c             0
## 10      0            c             0                    c             0
## 11      0            c             0                    c             0
## 12      0            c             0                    c             0
## 13      0            c             0                    c             0
## 14      0            c             0                    c             0
## 15      0            c             0                    c             0
## 16      0            c             0                    c             0
## 17      0            c             0                    c             0
## 18      0            c             0                    c             0
## 19      0            c             0                    c             0
## 20      0            c             0                    c             0