Skip to content

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

@sasutils

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

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