Bug report: unpredictable coloumn ranaming in DataFrame class
1
0
Entering edit mode
fedor • 0
@fedor-12869
Last seen 7.0 years ago
> DataFrame("1-1" = 1, check.names =  FALSE)[rep("1-1", 1)]
DataFrame with 1 row and 1 column
        1-1
  <numeric>
1         1

> DataFrame("1-1" = 1, check.names =  FALSE)[rep("1-1", 2)]
DataFrame with 1 row and 2 columns
       X1.1      X1.1
  <numeric> <numeric>
1         1         1
S4Vectors • 951 views
ADD COMMENT
1
Entering edit mode
@michael-lawrence-3846
Last seen 2.4 years ago
United States

Thanks, fixed for the next release.
 

ADD COMMENT

Login before adding your answer.

Traffic: 499 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6