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

Fix pivot function #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix pivot function #8

wants to merge 1 commit into from

Commits on Jun 29, 2023

  1. Fix pivot function

    When you have a single column data frame, the result of piv[order(rownames(piv)), ] is actually a numeric vector. When a data frame with only one column is subsetted, R will automatically drop the data frame structure and convert it to a vector. Therefore, the rownames are lost.
    npinter authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    61a616c View commit details
    Browse the repository at this point in the history