-
Updated
Oct 24, 2020 - Python
knitr
Here are 94 public repositories matching this topic...
-
Updated
Oct 30, 2020 - R
-
Updated
Nov 2, 2020 - HTML
-
Updated
Jan 11, 2016 - TeX
-
Updated
Apr 23, 2020 - R
-
Updated
Jun 4, 2020 - R
-
Updated
Dec 9, 2019 - R
-
Updated
May 7, 2020 - PHP
- add "tools" package as a dependency
- refactor all code that greps for file name or ext to use
toolsfunctions.
Example:
foo <- unlist(outputs_only_filtered, use.names = FALSE)
# file extensions are within the expected set.
expect_setequal(tools::file_ext(foo), c("png", "csv"))Originally posted by @zkamvar in reconhub/reportfactory#44
-
Updated
Jun 12, 2020 - R
-
Updated
May 13, 2019 - JavaScript
-
Updated
Sep 30, 2019
-
Updated
Jan 22, 2019 - TypeScript
-
Updated
Jul 18, 2019 - R
-
Updated
Jan 18, 2018 - R
-
Updated
Mar 26, 2018 - TeX
Improve this page
Add a description, image, and links to the knitr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knitr topic, visit your repo's landing page and select "manage topics."
Dear Community,
There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.
Regards,
Rodolfo