Guest User

Untitled

a guest
Feb 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. the_list <- c('label1":15', 'label2":2', 'label3":0', 'label4":1', 'label5":2')
  2.  
  3. result <- data.frame(label1 = 15, label2 = 2, label3 = 0, label4 = 1, label5 = 2)
Add Comment
Please, Sign In to add comment