larray.LArray.to_clipboard

LArray.to_clipboard(self, *args, **kwargs)[source]

Sends the content of the array to clipboard.

Using to_clipboard() makes it possible to paste the content of the array into a file (Excel, ascii file,…).

Examples

>>> a = ndtest('nat=BE,FO;sex=M,F')
>>> a.to_clipboard()  # doctest: +SKIP