Show More
@@ -402,6 +402,11 b' class RMagics(Magics):' | |||
|
402 | 402 | * No attempt is made to convert the final value to a structured array. |
|
403 | 403 | Use the --dataframe flag or %Rget to push / return a structured array. |
|
404 | 404 | |
|
405 | * If the -n flag is present, there is no return value. | |
|
406 | ||
|
407 | * A trailing ';' will also result in no return value as the last | |
|
408 | value in the line is an empty string. | |
|
409 | ||
|
405 | 410 | The --dataframe argument will attempt to return structured arrays. |
|
406 | 411 | This is useful for dataframes with |
|
407 | 412 | mixed data types. Note also that for a data.frame, |
General Comments 0
You need to be logged in to leave comments.
Login now