Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single column data.frames have wrong column name #80

Closed
mmoisse opened this issue Oct 2, 2020 · 1 comment
Closed

Single column data.frames have wrong column name #80

mmoisse opened this issue Oct 2, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mmoisse
Copy link

mmoisse commented Oct 2, 2020

Describe the bug
When you provide a data.frame to excelTable with only one column the column name is set to the first letter of that column instead of the full name.

To Reproduce
Steps to reproduce the behavior:

library(excelR)
excelTable(datasets::iris[1:10,1,drop=F])

Expected behavior
The full column name

Desktop (please complete the following information):

  • OS: Linux
  • Version excelR_0.4.0 shiny_1.5.0
@Swechhya
Copy link
Owner

Swechhya commented Oct 2, 2020

Thank you for reporting the issue @mmoisse. This issue has been fixed in #82 and is now available in the development version. Feel free to open it if the issue persists.

@Swechhya Swechhya closed this as completed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants