More tests, but here is the gist: 

```r
> a <- array(c("itsy", "bitsy", "spider"))
> a
arrow::Array <0x11447cbc0> 
[
  "itsy",
  "bitsy",
  "spider"
] 
> a$as_vector()
[1] "itsy"   "bitsy"  "spider"
```

[ Full content available at: https://github.com/apache/arrow/pull/2654 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to