Skip to content

Only build dictionary with numeric variables? Also ordering dictionary #13

Description

@GabriellaS-K

Hi!

Great package, thank you! I seem to only be able to build a dictionary using numeric or logical variables. I have a few character variables but I get an error when I try to build_dict():

> dict <- build_dict(
   my.data = merged_df, linker = linker, option_description = NULL,
   prompt_varopts = FALSE
 )
Error in FUN(X[[i]], ...) : 
  only defined on a data frame with all numeric-alike variables
> 

is there a way to include character variables?

thanks!
Also, another Q asked how to order variable names, but I can't seem to do either options added -> #7

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