This package reserves and returns a unique EDI number.

reserve_edi_id(user_id, password, environment = "production")

Arguments

user_id

EDI data portal user ID. Create an account an EDI here

password

EDI data portal user password

environment

EDI portal environment to run command in. Can be: "production" - environment for publishing to EDI , "staging" - environment to test upload and rendering of new environment, "development"

Value

This function returns a edi identifier number.

Details

For more information about the identifier reservation services see the PASTAplus docs

Examples

if (FALSE) {
reserve_edi_id(user_id = "samuelwright")}