Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
abgabe0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bartke, Simon
abgabe0
Commits
54426574
Commit
54426574
authored
2 years ago
by
Bartke, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Added YAML formatting options.
parent
62c81bd8
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ps1_loesungen.Rmd
+6
-2
6 additions, 2 deletions
ps1_loesungen.Rmd
ps1_loesungen.html
+110
-1
110 additions, 1 deletion
ps1_loesungen.html
ps1_loesungen.md
+12
-0
12 additions, 0 deletions
ps1_loesungen.md
with
128 additions
and
3 deletions
ps1_loesungen.Rmd
+
6
−
2
View file @
54426574
...
...
@@ -5,9 +5,13 @@ date: "16 6 2022"
output:
html_document:
keep_md: true
toc: true
toc_float: true
numbered: true
theme: journal
---
```{r setup, include=
FALS
E}
```{r setup, include=
TRU
E}
knitr::opts_chunk$set(echo = TRUE)
```
...
...
@@ -25,7 +29,7 @@ summary(cars)
You can also embed plots, for example:
```{r pressure, echo=
FALS
E}
```{r pressure, echo=
TRU
E}
plot(pressure)
```
...
...
This diff is collapsed.
Click to expand it.
ps1_loesungen.html
+
110
−
1
View file @
54426574
This diff is collapsed.
Click to expand it.
ps1_loesungen.md
+
12
−
0
View file @
54426574
...
...
@@ -5,9 +5,16 @@ date: "16 6 2022"
output
:
html_document
:
keep_md
:
true
toc
:
true
toc_float
:
true
numbered
:
true
theme
:
journal
---
```
r
knitr
::
opts_chunk
$
set
(
echo
=
TRUE
)
```
## R Markdown
...
...
@@ -34,6 +41,11 @@ summary(cars)
You can also embed plots, for example:
```
r
plot
(
pressure
)
```

<!-- -->
Note that the
`echo = FALSE`
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment