TiagoOlivoto / metan

Package for multi-environment trial analysis
https://tiagoolivoto.github.io/metan/
GNU General Public License v3.0
35 stars 17 forks source link

print_table(.) : could not find function "print_table" #19

Closed jcberny closed 1 year ago

jcberny commented 1 year ago

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.

Brief description of the problem

#Each time i use the print_table I get: "Error in print_table(.) : could not find function "print_table"

gen_mod <- gamem(data_g, GEN, REP,
                 resp = c(ED, CL, CD, KW, TKW, NKR))
get_model_data(gen_mod, "blupg") %>% print_table()
TiagoOlivoto commented 1 year ago

All scripts start with a clear description of this. See an example here. It says... 'See the section Rendering engine to know how HTML tables were generated.'

Since there is no bug here, I'm closing this now.