Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. structure(1:5, test.attribute = 'test')
  2.  
  3. #> [1] 1 2 3 4 5
  4. #> attr(,"test.attribute")
  5. #> [1] "test"
  6.  
  7. structure(1:5, comment = 'my attribute')
  8.  
  9. #> [1] 1 2 3 4 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement