View source: R/tsdrtools-classes.R
error_logs | R Documentation |
Extract error logs from tsdrstools_install-object
error_logs(x, package = NULL)
x |
object of class tsdrstools_install |
package |
NULL or character vector of package errors to extract. If NULL extracts all. |
list of errors
## Not run: status <- tsd_package_install("devtools.zip") error_logs(status) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.