Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindRecalSeries: replace spaces by dots in colnames in input data #54

Closed

Conversation

KristinaGomoryova
Copy link
Collaborator

This PR resolves #52 ; and replaces all spaces by dots in colnames(data)

@hechth
Copy link
Member

hechth commented Sep 10, 2024

@KristinaGomoryova rather do this in the export function where the data is exported rather then at the point of import. Export affects only this fuction - import affects all data being loaded.

@KristinaGomoryova
Copy link
Collaborator Author

resolved in 0182a4a and 6ce5b09

@hechth hechth closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FindRecalSeries: Adjust the function to work with input dataframe containing spaces in colnames
2 participants