We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.ods file will be fine
.ods
The text was updated successfully, but these errors were encountered:
add code to format data:
data$seed_lot_parent = as.factor(as.character(data$seed_lot_parent)) data$seed_lot_child = as.factor(as.character(data$seed_lot_child)) data$relation_type = as.factor(as.character(data$relation_type)) data$relation_year_start = as.factor(as.character(data$relation_year_start)) data$relation_year_end = as.factor(as.character(data$relation_year_end)) data$germplasm_parent = as.factor(as.character(data$germplasm_parent)) data$location_parent = as.factor(as.character(data$location_parent)) data$year_parent = as.factor(as.character(data$year_parent)) data$germplasm_child = as.factor(as.character(data$germplasm_child)) data$location_child = as.factor(as.character(data$location_child)) data$year_child = as.factor(as.character(data$year_child))
Sorry, something went wrong.
No branches or pull requests
.ods
file will be fineThe text was updated successfully, but these errors were encountered: