Skip to content

feature request: add '...' argument to sample_* generics #2888

@hongooi73

Description

@hongooi73

This will allow a bit more flexibility when implementing custom methods for other data sources.

Eg for dplyrXdf, I'd like the ability to specify whether an exact sample size is required, along with the output format (data frame vs Xdf file):

sample_n.RxXdfData <- function(tbl, size=1, replace, weight, .env, .exact=TRUE, .outFile=tbl_xdf())
{
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions