Bug #2431

Mis à jour par Serge Heiden il y a plus de 5 ans

R does not handle well tables with empty strings as row names.

h3. Solution

a) don't give empty strings to R when building tables
b) rename empty row name strings with "N/A" or "<N/A>" or "<empty>" or "<>"

Retour