Skip to content

Validate variable names are unique when writing SAS Xport files #362

Description

@sasutils

write_xpt() does not check if the variable names are unique when writing SAS XPORT format files.
SAS variable names are case insensitive so a data.frame like this should be rejected.

df <- data.frame(name='joe',Name='Joe')

Similar to previous issue with STATA files #46

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions