Skip to contents

Function will create a character vector of length 1 with input values separated with a ^

Usage

PatientAddressComponents(
  streetAddress = "",
  otherDesignation = "",
  city = "",
  stateProvince = "",
  zipPostcode = "",
  country = "",
  .sep = "^",
  .trim = TRUE
)

Arguments

streetAddress

= '',

otherDesignation

= '',

city

= '',

stateProvince

= '',

zipPostcode

= '',

country

= '',

.sep

= "^",

.trim

= TRUE