Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elinalutz opened this issue Jan 13, 2021 · 0 comments
Open

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

elinalutz opened this issue Jan 13, 2021 · 0 comments

Comments

@elinalutz
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant