##// END OF EJS Templates
adding a comment about trailing semicolons
Jonathan Taylor -
Show More
@@ -402,6 +402,11 b' class RMagics(Magics):'
402 * No attempt is made to convert the final value to a structured array.
402 * No attempt is made to convert the final value to a structured array.
403 Use the --dataframe flag or %Rget to push / return a structured array.
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 The --dataframe argument will attempt to return structured arrays.
410 The --dataframe argument will attempt to return structured arrays.
406 This is useful for dataframes with
411 This is useful for dataframes with
407 mixed data types. Note also that for a data.frame,
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