Skip to content

Implement specify_df() #4

@jonthegeek

Description

@jonthegeek

This function will be the container for defining a full data frame specification. It will act as the top-level specification constructor for the most common use case.

MVP Behavior:

  • It should accept named arguments in ....
  • Each argument will be a call to another specify_* function (for the MVP, specify_fct).
  • It will return a structured list or object that represents the data frame specification.

Example Usage:

df_spec <- specify_df(
  status = specify_fct(levels = c("active", "inactive"))
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions