CWWhitney / calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn
GNU General Public License v3.0
0 stars 0 forks source link

Deleting names with multiple words #22

Open mthomas-ketchbrook opened 2 years ago

mthomas-ketchbrook commented 2 years ago

Names like "Van der Wal" are not getting recorded correctly. We should trimws(FirstName) and trimws(LastName) before writing out to {pins}.

ChristineSchmitz commented 5 months ago

Using a name with several words like this:

Image

Leads to this

Image

after the last question of the first round.

The App should handles this, maybe by just using the first word per field (in this example "Test") or automatically removing spaces (in this example "Testlastname")