crops <- farming_crops_16x16()
names(crops)
if (cli::is_utf8_output() && cli::num_ansi_colors() >= 256L) {
print(crops$corn$portrait, compress = "v")
}
if (cli::is_utf8_output() && cli::num_ansi_colors() >= 256L) {
print(crops$orange$stage5, compress = "v")
}
Run the code above in your browser using DataLab