codebook icon indicating copy to clipboard operation
codebook copied to clipboard

Blank space after meta data attribute '@type' of affiliation

Open elinalutz opened this issue 5 years ago • 0 comments

When adding the meta data field 'affiliation' for a creator, the codebook contains a blank space after the affiliation type (e.g., 'Organization' as in https://rubenarslan.github.io/codebook/articles/codebook.html) and before the comma that separates the affiliation type from the affiliation name. Can this blank space be removed somehow?

This is the relevant bit of code from the codebook example with formr.org data:

metadata(bfi)$creator <- list(
      "@type" = "Person",
      givenName = "Ruben", familyName = "Arslan",
      email = "[email protected]", 
      affiliation = list("@type" = "Organization",
        name = "MPI Human Development, Berlin"))

Thank you!

elinalutz avatar Jan 13 '21 14:01 elinalutz