Skip to content

Refactor tibblify() as an S7 generic #238

@jonthegeek

Description

@jonthegeek

Update tibblify() (and related components) to be an S7 generic, dispatching on both x and spec. For now spec will always be NULL (invoking guessing) or an S3 tspec (or other things that we deal with the same way tibblify() already does). The S3 tspecs will invoke the "old" tibblify for the most part. We'll also update finalize_tspec_object() to an S7 generic as part of this, and anything else that's directly related to tibblify(). We won't implement the S7 tspec class here, nor things related to that (like updating guess_tspec()).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions