testPG <- .loadPgExample()
# Create some information
info <- data.frame(location=c('Copenhagen', 'Paris', 'London'),
name=c('AE017243', 'AP012303', 'AE017244')
)
# Add the information
testPG <- addOrgInfo(testPG, info=info, key='name')
Run the code above in your browser using DataLab