charvec_to_R: Copy list of strings from Python to R character vector

Description Usage Examples

Description

Copy list of strings from Python to R character vector

Usage

1

Examples

1
2
3
4
5
pyrun("l = ['a', 'b']")
pyrun("print(l)")
charvec_to_R("l")
pyrun("l2 = [u'a', u'b']")
charvec_to_R("l2")

mpastell/Rpyplot documentation built on May 23, 2019, 6:27 a.m.