I would like to use the Grep function, or something like that, to make me return specific parts.
I explain myself. I would like to write a function that would return everything before the first slash "/".
then another line in which is returned what is between the first "/" and the second "/".
to be clear, it should return,
in the first case "101".
in the second case "Testler Export"
For future posts please ask your questions with a REPRoducible EXample (reprex). A reprex makes it much easier for others to understand your issue and figure out how to help.
If you've never heard of a reprex before, you might want to start by reading this FAQ:
sorry, i'm new in this community. i'm a beginner whith R, can you tell me what this command mean
[[1]][1:2]
I understood how to use them, but to understand more fully their meaning. also you could advise me, where I can learn this syntax of R. for example, I refer to the use that you made of square brackets, etc ..
Sorry in advance if I made mistakes on how to publish on the site