Skip to content

openxlsx_setOp() fails with named list #215

Description

@jmbarbone

This was meant to implemented but there is a missing return() for the mapply(). Will be sending a PR for a fix with tests.

https://github.com/ycphs/openxlsx/blob/master/R/openxlsx.R#L134-L146

library(openxlsx)

x <- list(withFilter = TRUE, keepNA = TRUE)
openxlsx_setOp(x)
#> Error in as.list(value): argument "value" is missing, with no default

Created on 2021-07-02 by the reprex package (v2.0.0)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions