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

download empty file with right format #131

Open
priviere opened this issue May 10, 2019 · 1 comment
Open

download empty file with right format #131

priviere opened this issue May 10, 2019 · 1 comment
Milestone

Comments

@priviere
Copy link
Owner

.ods file will be fine

@priviere priviere added this to the v1 milestone May 10, 2019
@priviere
Copy link
Owner Author

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))

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

No branches or pull requests

1 participant