Write STICS obs data from data.frame

write_obs(x, path)

Arguments

x

Data.frame to write

path

Path to the file to write to

Examples

if (FALSE) { write_obs(obs, "wheat.obs") }