Skip to contents

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

Usage

PhoneNumberComponents(
  anyText = "",
  telecommunicationUseCode = "",
  telecommunicationEquipmentType = "",
  emailAddress = "",
  countryCode = "",
  areaCityCode = "",
  phoneNumber = "",
  extension = "",
  anyText2 = "",
  .sep = "^",
  .trim = TRUE
)

Arguments

anyText

= "",

telecommunicationUseCode

= "",

telecommunicationEquipmentType

= "",

emailAddress

= "",

countryCode

= "",

areaCityCode

= "",

phoneNumber

= "",

extension

= "",

anyText2

= "",

.sep

= "^",

.trim

= TRUE