Skip to content

Commit

Permalink
Add content for numbers-to-indices/overview
Browse files Browse the repository at this point in the history
Add actual content to the skeleton of the `numbers-to-indices/overview`
section.

Signed-off-by: Eggert Karl Hafsteinsson <[email protected]>
Signed-off-by: Teodor Dutu <[email protected]>
Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 24, 2023
1 parent bc8f29c commit 67d811d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chapters/numbers-to-indices/overview/reading/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Numbers to Indices In R

1. [Numbers, Arithmetic and Basic Algebra](./numbers-arithmetic-basic-algebra.md)
1. [Data Vectors](./data-vectors.md)
1. [More on Algebra](./more-algebra.md)
1. [Discrete Random Variables and the Binomial Distribution](discrete-random-vars-binomial-distribution.md)
1. [Functions](./functions.md)
1. [Polynomials](./polynomials.md)
1. [Simple Data Analysis in R](./simple-data-analysis-r.md)
1. [Indices and the apply Commands in R](./indices-apply-commands-r.md)
1. [Numbers, Arithmetic and Basic Algebra](../../numbers-arithmetic-basic-algebra/reading/README.md)
1. [Data Vectors](../../data-vectors/reading/README.md)
1. [More on Algebra](../../more-algebra/reading/README.md)
1. [Discrete Random Variables and the Binomial Distribution](../../discrete-random-vars-binomial-distribution/reading/README.md)
1. [Functions](../../functions/reading/README.md)
1. [Polynomials](../../polynomials/reading/README.md)
1. [Simple Data Analysis in R](../../simple-data-analysis-r/reading/README.md)
1. [Indices and the apply Commands in R](../../indices-apply-commands-r/reading/README.md)

0 comments on commit 67d811d

Please sign in to comment.