CRAN Package WriteXLS: Cross-platform Perl based R function to create Excel 2003 (XLS) and Excel 2007 (XLSX) files from one or more data frames. Each data frame will be written to a separate named worksheet in the Excel spreadsheet. The worksheet name will be the name of the data frame it contains or can be specified by the user.
If you review ?seq, you will see the following text in the Details section, with my bolding added:
"The fourth form generates the integer sequence 1, 2, ..., length(along.with). (along.with is usually abbreviated to along, and seq_along is much faster.)"
Thus, the use of 'along' as opposed to 'along.with' is perfectly acceptable.
For that reason, I am going to decline to merge the patch at this time.
Hi,
Thanks for your proposed patch here.
If you review ?seq, you will see the following text in the Details section, with my bolding added:
"The fourth form generates the integer sequence 1, 2, ..., length(along.with). (along.with is usually abbreviated to along, and seq_along is much faster.)"
Thus, the use of 'along' as opposed to 'along.with' is perfectly acceptable.
For that reason, I am going to decline to merge the patch at this time.
Thanks again.