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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gröbner, Lukas
Abgabe0
Commits
189992d7
Commit
189992d7
authored
2 years ago
by
Gröbner, Lukas
Browse files
Options
Downloads
Patches
Plain Diff
Commit to Gitlab with new code chunks
parent
cc005a9a
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
+24
-1
24 additions, 1 deletion
ps1 loesungen.Rmd
ps1-loesungen.html
+41
-5
41 additions, 5 deletions
ps1-loesungen.html
ps1-loesungen.md
+31
-0
31 additions, 0 deletions
ps1-loesungen.md
with
96 additions
and
6 deletions
ps1 loesungen.Rmd
+
24
−
1
View file @
189992d7
...
...
@@ -8,11 +8,34 @@ output:
toc: true
toc_float: true
number_sections: true
theme: journal
---
```{r setup, include=FALSE}
# Header1
## Header2
### Header3
* Item 1
* Item 2
+ Item 2a
+ Item 2b
This is text, but always remember that
a new line requires at least two empty spaces before shift.
```{r setup, include=TRUE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, echo=TRUE}
vettoreA <- c(1,2,3)
vettoreB <- c(1,3,6)
vettoreA/vettoreB
```
## R Markdown
...
...
This diff is collapsed.
Click to expand it.
ps1-loesungen.html
+
41
−
5
View file @
189992d7
This diff is collapsed.
Click to expand it.
ps1-loesungen.md
+
31
−
0
View file @
189992d7
...
...
@@ -8,8 +8,39 @@ output:
toc
:
true
toc_float
:
true
number_sections
:
true
theme
:
journal
---
# Header1
## Header2
### Header3
*
Item 1
*
Item 2
+
Item 2a
+
Item 2b
This is text, but always remember that
a new line requires at least two empty spaces before shift.
```
r
knitr
::
opts_chunk
$
set
(
echo
=
TRUE
)
```
```
r
vettoreA
<-
c
(
1
,
2
,
3
)
vettoreB
<-
c
(
1
,
3
,
6
)
vettoreA
/
vettoreB
```
```
## [1] 1.0000000 0.6666667 0.5000000
```
## R Markdown
...
...
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