powered by
Prints gretl sample scripts. Outputs script contents (invisible). It is convenient when the function argument is a name, rather then a script itself.
show_sample(x) # show_sample("gretl$nile") # show_sample(gretl$nile)
character vector; a gretl sample script, or its name.
character vector
# NOT RUN { mles <- find_sample("mle") mle1 <- show_sample(mles[1]) # } # NOT RUN { run_grcli(mle1) # }
Run the code above in your browser using DataLab