diff --git a/LICENSE.md b/LICENSE.md
index 690ecc8..4568e72 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
# MIT License
-Copyright (c) 20234 labeleR authors
+Copyright (c) 2024 labeleR authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/NAMESPACE b/NAMESPACE
index 8359914..41e8287 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,8 +1,8 @@
# Generated by roxygen2: do not edit by hand
+export(create_attendance_certificate)
export(create_badge)
-export(create_certificate_attendance)
-export(create_certificate_participation)
export(create_collection_label)
export(create_herbarium_label)
-export(create_tinylabel)
+export(create_participation_certificate)
+export(create_tiny_label)
diff --git a/R/certificate_attendance.R b/R/certificate_attendance.R
index 8506e49..6e7c067 100644
--- a/R/certificate_attendance.R
+++ b/R/certificate_attendance.R
@@ -34,7 +34,7 @@
#'
#' @examplesIf interactive()
#'
-#' create_certificate_attendance(
+#' create_attendance_certificate(
#' data = attendance.table,
#' path = "labeleR_output",
#' language = "English",
@@ -52,7 +52,7 @@
#' )
-create_certificate_attendance <- function(
+create_attendance_certificate <- function(
data = NULL,
path = NULL,
filename = NULL,
diff --git a/R/certificate_participation.R b/R/certificate_participation.R
index ed2890b..de823f9 100644
--- a/R/certificate_participation.R
+++ b/R/certificate_participation.R
@@ -40,7 +40,7 @@
#'
#' @examplesIf interactive()
#
-#' create_certificate_participation(
+#' create_participation_certificate(
#' data = participation.table,
#' path = "labeleR_output",
#' language = "Spanish",
@@ -59,7 +59,7 @@
#' signature.pic = NULL
#' )
-create_certificate_participation <- function(
+create_participation_certificate <- function(
data = NULL,
path = NULL,
filename = NULL,
diff --git a/R/tiny_label.R b/R/tiny_label.R
index 4879323..85d2c99 100644
--- a/R/tiny_label.R
+++ b/R/tiny_label.R
@@ -28,7 +28,7 @@
#' @author Ignacio Ramos-Gutierrez, Julia G. de Aledo, Francisco Rodriguez-Sanchez
#'
#' @examplesIf interactive()
-#' create_tinylabel(
+#' create_tiny_label(
#' data = tiny.table,
#' qr = "QR_code",
#' path = "labeleR_output",
@@ -40,7 +40,7 @@
#' )
#'
-create_tinylabel <- function(data = NULL,
+create_tiny_label <- function(data = NULL,
qr = NULL,
path = NULL,
filename = NULL,
diff --git a/README.Rmd b/README.Rmd
index 2878b06..31aff6c 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -134,7 +134,7 @@ information is stored, two-word parameters are used (i.e. `name.column`
or `species.column`). The only parameter that does not follow this
philosophy is `qr` in the functions that allow to plot them (i.e.
`create_herbarium_label`, `create_collection_label` and
-`create_tinylabel`). This parameter can be set as a column name, which
+`create_tiny_label`). This parameter can be set as a column name, which
will result in variable parameter, or as a free text (not column name),
which will be used as a fixed one.
@@ -167,7 +167,7 @@ of Hogwarts School, in which the Headmaster certifies they have attended
```{r create attendance certificates, eval=FALSE}
-create_certificate_attendance(
+create_attendance_certificate(
data = attendance.table,
path = "labeleR_output",
filename = "attendance_certificates",
@@ -214,7 +214,7 @@ participated in some seminars with different titles, different
affiliations, dates and communication types.
```{r create participation certificates, eval=FALSE}
-create_certificate_participation(
+create_participation_certificate(
data = participation.table,
path = "labeleR_output",
filename = "participation_certificates",
@@ -405,7 +405,7 @@ Here, tinylabels are created for typical collections stored in boxes, so
a normal collection label would be to big.
```{r tinylabels, eval=FALSE}
-create_tinylabel(
+create_tiny_label(
data = tiny.table,
qr="QR_code",
path = "labeleR_output",
diff --git a/README.md b/README.md
index d8dbd29..8e1985e 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ information is stored, two-word parameters are used (i.e. `name.column`
or `species.column`). The only parameter that does not follow this
philosophy is `qr` in the functions that allow to plot them (i.e.
`create_herbarium_label`, `create_collection_label` and
-`create_tinylabel`). This parameter can be set as a column name, which
+`create_tiny_label`). This parameter can be set as a column name, which
will result in variable parameter, or as a free text (not column name),
which will be used as a fixed one.
@@ -154,7 +154,7 @@ of Hogwarts School, in which the Headmaster certifies they have attended
``` r
-create_certificate_attendance(
+create_attendance_certificate(
data = attendance.table,
path = "labeleR_output",
filename = "attendance_certificates",
@@ -197,7 +197,7 @@ participated in some seminars with different titles, different
affiliations, dates and communication types.
``` r
-create_certificate_participation(
+create_participation_certificate(
data = participation.table,
path = "labeleR_output",
filename = "participation_certificates",
@@ -382,7 +382,7 @@ Here, tinylabels are created for typical collections stored in boxes, so
a normal collection label would be to big.
``` r
-create_tinylabel(
+create_tiny_label(
data = tiny.table,
qr="QR_code",
path = "labeleR_output",
diff --git a/docs/404.html b/docs/404.html
index 29b06ef..f0c2a7e 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -83,7 +83,7 @@