Description Usage Arguments Details Examples
a function for getting and setting options in the PythonInR package.
1 | pyOptions(option, value)
|
option |
a character giving the option to set or get. |
value |
the new value of the option. |
The following options are available:
numpyAlias a character giving the numpy alias, the default value is "numpy".
useNumpy a logical giving if numpy should be used if getting and setting matrices.
pandasAlias a character giving the pandas alias, the default value is "pandas".
usePandas a logical giving if pandas should be used if getting and setting data.frames.
winPython364 a logical indicating if Python 3 64-bit under windows is used, this option is set automatically at startup and shouldn't be changed.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.