Skip to content

fit_prog_gsynth transformations aren't saved back to variables #107

@jntrcs

Description

@jntrcs

fit_prog_gsynth attempts to transform two variables to numeric. However, because the transformations are not saved to df_long, they have no end effect and the function continues on with character vectors instead of numeric vectors.

transform(long_df, time = as.numeric(time))

(Also, FWIW, the documentation for transform warns against using it in anything other than interactive use)

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